UNPKG

@ckeditor/ckeditor5-language

Version:

Text part language feature for CKEditor 5.

12 lines (10 loc) 679 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 { [ 'bn' ]: { dictionary, getPluralForm } } = {"bn":{"dictionary":{"Language":"ভাষা","Choose language":"ভাষা নির্বাচন করুন","Remove language":"ভাষা মুছে ফেলুন"},getPluralForm(n){return (n != 1);}}}; e[ 'bn' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'bn' ].dictionary = Object.assign( e[ 'bn' ].dictionary, dictionary ); e[ 'bn' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );