@ckeditor/ckeditor5-basic-styles
Version:
Basic styles feature for CKEditor 5.
14 lines (12 loc) • 1.19 kB
JavaScript
/**
* @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 { [ 'bn' ]: translations } = {"bn":{"dictionary":{"Bold":"বোল্ড","Italic":"ইটালিক","Underline":"আন্ডারলাইন","Code":"কোড","Strikethrough":"স্ট্রাইকথ্রু","Subscript":"সাবস্ক্রিপ্ট","Superscript":"সুপারস্ক্রিপ্ট","Italic text":"ইটালিক টেক্সট","Move out of an inline code style":"ইনলাইন কোড স্টাইল থেকে সরে আসুন","Bold text":"বোল্ড টেক্সট","Underline text":"আন্ডারলাইন টেক্সট","Strikethrough text":"স্ট্রাইকথ্রু টেক্সট"}}};
e[ 'bn' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'bn' ].dictionary = Object.assign( e[ 'bn' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'bn' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );