UNPKG

@ckeditor/ckeditor5-basic-styles

Version:

Basic styles feature for CKEditor 5.

12 lines (10 loc) 1.04 kB
/** * @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 { [ 'bg' ]: { dictionary, getPluralForm } } = {"bg":{"dictionary":{"Bold":"Удебелен","Italic":"Курсив","Underline":"Подчертаване","Code":"Код","Strikethrough":"Зачертаване","Subscript":"Долен индекс","Superscript":"Горен индекс","Italic text":"Наклонен текст","Move out of an inline code style":"Излизане от подравнен стил на кодиране","Bold text":"Почернен текст","Underline text":"Подчертан текст","Strikethrough text":"Зачертан текст"},getPluralForm(n){return (n != 1);}}}; e[ 'bg' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'bg' ].dictionary = Object.assign( e[ 'bg' ].dictionary, dictionary ); e[ 'bg' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );