12 lines
384 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("ko-KR", {
"Table of contents": "\ubaa9\ucc28",
"Update": "\uc5c5\ub370\uc774\ud2b8"
});
console.warn('TinyMCE language code "ko_KR" is deprecated, please use "ko-KR" instead.');