UNPKG

@ckeditor/ckeditor5-enter

Version:

Enter feature for CKEditor 5.

12 lines (10 loc) 740 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":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Insérer un saut progressif (un élément <code> <br> </code> )","Insert a hard break (a new paragraph)":"Insérer une pause (un nouveau paragraphe)"},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 ||= {} );