@ckeditor/ckeditor5-html-embed
Version:
HTML embed feature for CKEditor 5.
12 lines (10 loc) • 850 B
JavaScript
/**
* @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 HTML":"Insérer du code HTML","HTML snippet":"Code HTML","Paste raw HTML here...":"Collez le code HTML brut ici...","Edit source":"Modifier la source","Save changes":"Enregistrer les changements","No preview available":"Aucun aperçu disponible","Empty snippet content":"Aucun contenu pour ce fragment de code"},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 ||= {} );