11 lines
344 B
JavaScript
11 lines
344 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("fr-FR", {
|
|
"Auto correct {0}": "Auto-correction {0}",
|
|
"Autocorrect": "Correction automatique",
|
|
"Capitalization": "Mise en majuscules"
|
|
}); |