12 lines
427 B
JavaScript
12 lines
427 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", {
|
|
"Insert footnote": "Ins\xe9rer une note de pied de page",
|
|
"Update footnotes": "Actualiser les notes de pied de page"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "fr_FR" is deprecated, please use "fr-FR" instead.'); |