UNPKG

@ckeditor/ckeditor5-font

Version:

Font feature for CKEditor 5.

12 lines (10 loc) 808 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 { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Font Size":"Mida de la font","Tiny":"Molt petita","Small":"Peita","Big":"Gran","Huge":"Molt gran","Font Family":"Font","Default":"Predeterminada","Font Color":"Color del tipus de lletra","Font Background Color":"Color de fons del tipus de lletra","Document colors":"Colors del document"},getPluralForm(n){return (n != 1);}}}; e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary ); e[ 'ca' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );