12 lines
385 B
JavaScript
12 lines
385 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", {
|
|
"Table of contents": "Table des mati\xe8res",
|
|
"Update": "Mettre \xe0 jour"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "fr_FR" is deprecated, please use "fr-FR" instead.'); |