UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 925 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 { [ 'bg' ]: { dictionary, getPluralForm } } = {"bg":{"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[ 'bg' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'bg' ].dictionary = Object.assign( e[ 'bg' ].dictionary, dictionary ); e[ 'bg' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );