UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

12 lines (10 loc) 889 B
/** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ ( e => { const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Paragraph":"Pàrraf","Heading":"Capçalera","Choose heading":"Escull capçalera","Heading 1":"Capçalera 1","Heading 2":"Capçalera 2","Heading 3":"Capçalera 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6","Type your title":"Escriu el teu títol","Type or paste your content here.":"Escriu o enganxa el teu contingut aquí."},getPluralForm(n){return (n != 1);}}}; e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary ); e[ 'ca' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );