11 lines
361 B
JavaScript
11 lines
361 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("ca", {
|
|
"Auto correct {0}": "Corregeix {0} autom\xe0ticament",
|
|
"Autocorrect": "Correcci\xf3 autom\xe0tica",
|
|
"Capitalization": "\xdas de maj\xfascules"
|
|
}); |