UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 768 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 { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Align left":"Aliñar á esquerda","Align right":"Aliñar á dereita","Align center":"Centrar horizontalmente","Justify":"Xustificado","Text alignment":"Aliñamento do texto","Text alignment toolbar":"Barra de ferramentas de aliñamento de textos"},getPluralForm(n){return (n != 1);}}}; e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary ); e[ 'gl' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );