UNPKG

@ckeditor/ckeditor5-language

Version:

Text part language feature for CKEditor 5.

12 lines (10 loc) 626 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 { [ 'th' ]: { dictionary, getPluralForm } } = {"th":{"dictionary":{"Language":"ภาษา","Choose language":"เลือกภาษา","Remove language":"ลบภาษา"},getPluralForm(n){return 0;}}}; e[ 'th' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'th' ].dictionary = Object.assign( e[ 'th' ].dictionary, dictionary ); e[ 'th' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );