@ckeditor/ckeditor5-basic-styles
Version:
Basic styles feature for CKEditor 5.
12 lines (10 loc) • 897 B
JavaScript
/**
* @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 { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"Bold":"Vet","Italic":"Cursief","Underline":"Onderlijnen","Code":"Code","Strikethrough":"Doorhalen","Subscript":"Subscript","Superscript":"Superscript","Italic text":"Cursieve tekst","Move out of an inline code style":"Uit een stijl voor code op één regel gaan","Bold text":"Vetgedrukte tekst","Underline text":"Onderstreepte tekst","Strikethrough text":"Doorgehaalde tekst"},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 ||= {} );