UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 836 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 { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Insert HTML":"הכנס HTML","HTML snippet":"קטע HTML","Paste raw HTML here...":"הדביקו כאן HTML גולמי...","Edit source":"ערוך מקור","Save changes":"שמור שינויים","No preview available":"אין תצוגה מקדימה זמינה","Empty snippet content":"תוכן קטע ריק"},getPluralForm(n){return (n != 1);}}}; e[ 'he' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary ); e[ 'he' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );