UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 701 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 { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"Align left":"Rata kiri","Align right":"Rata kanan","Align center":"Rata tengah","Justify":"Rata kanan-kiri","Text alignment":"Perataan teks","Text alignment toolbar":"Alat perataan teks"},getPluralForm(n){return 0;}}}; e[ 'id' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, dictionary ); e[ 'id' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );