UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 846 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 { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Insert HTML":"Ievietot HTML","HTML snippet":"HTML fragments","Paste raw HTML here...":"Ievietojiet HTML šeit...","Edit source":"Labot pirmavotu","Save changes":"Saglabāt izmaiņas","No preview available":"Priekšskatījums nav pieejams","Empty snippet content":"Tukšs fragments"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}}; e[ 'lv' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'lv' ].dictionary = Object.assign( e[ 'lv' ].dictionary, dictionary ); e[ 'lv' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );