UNPKG

@ckeditor/ckeditor5-font

Version:

Font feature for CKEditor 5.

12 lines (10 loc) 797 B
/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Font Size":"Tamaño da letra","Tiny":"Diminuta","Small":"Pequena","Big":"Grande","Huge":"Enorme","Font Family":"Familia tipográfica","Default":"Predeterminada","Font Color":"Cor da letra","Font Background Color":"Cor do fondo da letra","Document colors":"Cores do documento"},getPluralForm(n){return (n != 1);}}}; e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary ); e[ 'gl' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );