UNPKG

@ckeditor/ckeditor5-language

Version:

Text part language feature for CKEditor 5.

12 lines (10 loc) 605 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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Language":"言語","Choose language":"言語を選択","Remove language":"言語を削除"},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 ||= {} );