UNPKG

@ckeditor/ckeditor5-font

Version:

Font feature for CKEditor 5.

12 lines (10 loc) 787 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"Font Size":"Tamanho da fonte","Tiny":"Mínima","Small":"Pequena","Big":"Grande","Huge":"Enorme","Font Family":"Família de Fontes","Default":"Padrão","Font Color":"Cor da Fonte","Font Background Color":"Cor de Fundo da Fonte","Document colors":"Cores do documento"},getPluralForm(n){return (n != 1);}}}; e[ 'pt' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'pt' ].dictionary = Object.assign( e[ 'pt' ].dictionary, dictionary ); e[ 'pt' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );