@ckeditor/ckeditor5-basic-styles
Version:
Basic styles feature for CKEditor 5.
12 lines (10 loc) • 887 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 { [ 'no' ]: { dictionary, getPluralForm } } = {"no":{"dictionary":{"Bold":"Fet","Italic":"Kursiv","Underline":"Understreket","Code":"Kode","Strikethrough":"Gjennomstreket","Subscript":"Senket skrift","Superscript":"Hevet skrift","Italic text":"Kursiv tekst","Move out of an inline code style":"Gå ut av en intern kodestil","Bold text":"Uthevet tekst","Underline text":"Understreket tekst","Strikethrough text":"Gjennomstreket tekst"},getPluralForm(n){return (n != 1);}}};
e[ 'no' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'no' ].dictionary = Object.assign( e[ 'no' ].dictionary, dictionary );
e[ 'no' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );