UNPKG

@ckeditor/ckeditor5-font

Version:

Font feature for CKEditor 5.

12 lines (10 loc) 788 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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Font Size":"フォントサイズ","Tiny":"極小","Small":"小","Big":"大","Huge":"極大","Font Family":"フォントファミリー","Default":"デフォルト","Font Color":"文字色","Font Background Color":"背景色","Document colors":"ドキュメント背景色"},getPluralForm(n){return 0;}}}; e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary ); e[ 'ja' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );