12 lines
381 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-BR", {
"Table of contents": "\xedndice de Conte\xfado",
"Update": "Atualizar"
});
console.warn('TinyMCE language code "pt_BR" is deprecated, please use "pt-BR" instead.');