UNPKG

@ckeditor/ckeditor5-remove-format

Version:

Remove format feature for CKEditor 5.

12 lines (10 loc) 556 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":{"Remove Format":"ลบรูปแบบ"},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 ||= {} );