UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 744 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 { [ 'uz' ]: { dictionary, getPluralForm } } = {"uz":{"dictionary":{"Align left":"Chap tomonda tekislash","Align right":"O'ng tomonda tekislash","Align center":"O'rtada tekislash","Justify":"Kengligi bo'yicha tekislash","Text alignment":"Matnni tekislash","Text alignment toolbar":"Tekislash"},getPluralForm(n){return (n > 1);}}}; e[ 'uz' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'uz' ].dictionary = Object.assign( e[ 'uz' ].dictionary, dictionary ); e[ 'uz' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );