UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

14 lines (12 loc) 932 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 { [ 'fa' ]: translations } = {"fa":{"dictionary":{"Heading":"عنوان","Choose heading":"انتخاب عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"عنوان خود را تایپ کنید","Type or paste your content here.":"محتوای خود را در اینجا تایپ یا پیست کنید."}}}; e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, translations.dictionary ); if ( translations.getPluralForm ) { e[ 'fa' ].getPluralForm = translations.getPluralForm; } } )( window.CKEDITOR_TRANSLATIONS ||= {} );