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-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"Font Size":"Tamanho da fonte","Tiny":"Minúsculo","Small":"Pequeno","Big":"Grande","Huge":"Gigante","Font Family":"Fonte","Default":"Padrão","Font Color":"Cor da Fonte","Font Background Color":"Cor de Fundo","Document colors":"Cores do documento"},getPluralForm(n){return (n != 1);}}}; e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, dictionary ); e[ 'pt-br' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );