UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

14 lines (12 loc) 926 B
/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'ne' ]: translations } = {"ne":{"dictionary":{"Heading":"शीर्षक","Choose heading":"शीर्षक छनौट गर्नुहोस्","Heading 1":"शीर्षक-एक","Heading 2":"शीर्षक २","Heading 3":"शीर्षक ३","Heading 4":"शीर्षक ४","Heading 5":"शीर्षक ५","Heading 6":"शीर्षक ६","Type your title":"","Type or paste your content here.":""}}}; e[ 'ne' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ne' ].dictionary = Object.assign( e[ 'ne' ].dictionary, translations.dictionary ); if ( translations.getPluralForm ) { e[ 'ne' ].getPluralForm = translations.getPluralForm; } } )( window.CKEDITOR_TRANSLATIONS ||= {} );