UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 802 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 { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"Insert HTML":"Sisipkan HTML","HTML snippet":"Potongan HTML","Paste raw HTML here...":"Tempelkan HTML apa adanya di sini...","Edit source":"Sunting sumber","Save changes":"Simpan perubahan","No preview available":"Pratinjau tidak tersedia","Empty snippet content":"Konten potongan kosong"},getPluralForm(n){return 0;}}}; e[ 'id' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, dictionary ); e[ 'id' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );