UNPKG

@ckeditor/ckeditor5-style

Version:

Style feature for CKEditor 5.

12 lines (10 loc) 623 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 { [ 'zh' ]: { dictionary, getPluralForm } } = {"zh":{"dictionary":{"Styles":"樣式","Multiple styles":"多重樣式","Block styles":"區塊樣式","Text styles":"文字樣式"},getPluralForm(n){return 0;}}}; e[ 'zh' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'zh' ].dictionary = Object.assign( e[ 'zh' ].dictionary, dictionary ); e[ 'zh' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );