UNPKG

@ckeditor/ckeditor5-style

Version:

Style feature for CKEditor 5.

12 lines (10 loc) 626 B
/** * @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 { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"Styles":"Stilar","Multiple styles":"Flera stilar","Block styles":"Blockstilar","Text styles":"Texttyper"},getPluralForm(n){return (n != 1);}}}; e[ 'sv' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'sv' ].dictionary = Object.assign( e[ 'sv' ].dictionary, dictionary ); e[ 'sv' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );