UNPKG

@ckeditor/ckeditor5-style

Version:

Style feature for CKEditor 5.

12 lines (10 loc) 650 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 { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Styles":"Styles","Multiple styles":"Styles multiples","Block styles":"Styles de bloc","Text styles":"Styles de texte"},getPluralForm(n){return (n <= -2 || n >= 2);}}}; e[ 'fr' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'fr' ].dictionary = Object.assign( e[ 'fr' ].dictionary, dictionary ); e[ 'fr' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );