UNPKG

@ckeditor/ckeditor5-alignment

Version:

Text alignment feature for CKEditor 5.

12 lines (10 loc) 748 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 { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Align left":"Aligner à gauche","Align right":"Aligner à droite","Align center":"Centrer","Justify":"Justifier","Text alignment":"Alignement du texte","Text alignment toolbar":"Barre d'outils d'alignement du texte"},getPluralForm(n){return (n <= -2 || n >= 2);}}}; e[ 'fr' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'fr' ].dictionary = Object.assign( e[ 'fr' ].dictionary, dictionary ); e[ 'fr' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );