12 lines
512 B
JavaScript
12 lines
512 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("th-TH", {
|
|
"Insert footnote": "\u0e41\u0e17\u0e23\u0e01\u0e40\u0e0a\u0e34\u0e07\u0e2d\u0e23\u0e23\u0e16",
|
|
"Update footnotes": "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e0a\u0e34\u0e07\u0e2d\u0e23\u0e23\u0e16"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "th_TH" is deprecated, please use "th-TH" instead.'); |