@ckeditor/ckeditor5-html-embed
Version:
HTML embed feature for CKEditor 5.
12 lines (10 loc) • 825 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 { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Insert HTML":"Inserir HTML","HTML snippet":"Fragmento HTML","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Edit source":"Editar a orixe","Save changes":"Gardar cambios","No preview available":"Non hai vista previa dispoñíbel","Empty snippet content":"Contido de fragmento de código baleiro"},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 ||= {} );