12 lines
486 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("bg-BG", {
"Table of contents": "\u0421\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435",
"Update": "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435"
});
console.warn('TinyMCE language code "bg_BG" is deprecated, please use "bg-BG" instead.');