UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 696 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 { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"Align left":"Rata kiwa","Align right":"Rata tengen","Align center":"Rata tengah","Justify":"Rata kiwa tengen","Text alignment":"Perataan seratan","Text alignment toolbar":""},getPluralForm(n){return (n !== 0);}}}; e[ 'jv' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'jv' ].dictionary = Object.assign( e[ 'jv' ].dictionary, dictionary ); e[ 'jv' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );