@ckeditor/ckeditor5-font
Version:
Font feature for CKEditor 5.
12 lines (10 loc) • 777 B
JavaScript
/**
* @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 { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"Font Size":"Lettergrootte","Tiny":"Zeer klein","Small":"Klein","Big":"Groot","Huge":"Zeer groot","Font Family":"Lettertype","Default":"Standaard","Font Color":"Tekstkleur","Font Background Color":"Tekst achtergrondkleur","Document colors":"Document kleur"},getPluralForm(n){return (n != 1);}}};
e[ 'nl' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'nl' ].dictionary = Object.assign( e[ 'nl' ].dictionary, dictionary );
e[ 'nl' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );