UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 700 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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Align left":"左揃え","Align right":"右揃え","Align center":"中央揃え","Justify":"両端揃え","Text alignment":"文字揃え","Text alignment toolbar":"テキストの整列"},getPluralForm(n){return 0;}}}; e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary ); e[ 'ja' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );