UNPKG

@ckeditor/ckeditor5-font

Version:

Font feature for CKEditor 5.

12 lines (10 loc) 767 B
/** * @license Copyright (c) 2003-2026, 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-cn' ]: { dictionary, getPluralForm } } = {"zh-cn":{"dictionary":{"Font Size":"字体大小","Tiny":"极小","Small":"小","Big":"大","Huge":"极大","Font Family":"字体","Default":"默认","Font Color":"字体颜色","Font Background Color":"字体背景色","Document colors":"文档中的颜色"},getPluralForm(n){return 0;}}}; e[ 'zh-cn' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'zh-cn' ].dictionary = Object.assign( e[ 'zh-cn' ].dictionary, dictionary ); e[ 'zh-cn' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );