12 lines
409 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("pt-PT", {
"Insert footnote": "Inserir nota de rodap\xe9",
"Update footnotes": "Atualizar notas de rodap\xe9"
});
console.warn('TinyMCE language code "pt_PT" is deprecated, please use "pt-PT" instead.');