UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 877 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 { [ 'bg' ]: { dictionary, getPluralForm } } = {"bg":{"dictionary":{"Align left":"Ляво подравняване","Align right":"Дясно подравняване","Align center":"Централно подравняване","Justify":"Разпредели по равно","Text alignment":"Подравняване на текста","Text alignment toolbar":"Лента за подравняване на текст"},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 ||= {} );