12 lines
492 B
JavaScript
12 lines
492 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", {
|
|
"Table of contents": "\u0e2a\u0e32\u0e23\u0e1a\u0e31\u0e0d",
|
|
"Update": "\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e43\u0e2b\u0e49\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "th_TH" is deprecated, please use "th-TH" instead.'); |