11 lines
320 B
JavaScript
11 lines
320 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("ms", {
|
|
"Auto correct {0}": "Autobaiki {0}",
|
|
"Autocorrect": "Autobaiki",
|
|
"Capitalization": "Penghurufbesaran"
|
|
}); |