UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 771 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 { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Insert HTML":"وارد کردن html","HTML snippet":"","Paste raw HTML here...":"","Edit source":"ویرایش سورس","Save changes":"ذخیره تغییرات","No preview available":"پیش نمایشی موجود نیست","Empty snippet content":""},getPluralForm(n){return 0;}}}; e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, dictionary ); e[ 'fa' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );