12 lines
365 B
JavaScript
12 lines
365 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("sl-SI", {
|
|
"Table of contents": "Kazalo",
|
|
"Update": "Posodobitev"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "sl_SI" is deprecated, please use "sl-SI" instead.'); |