UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

12 lines (10 loc) 857 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 { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Paragraph":"Parágrafo","Heading":"Título","Choose heading":"Escolla o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Escriba o seu título","Type or paste your content here.":"Escriba ou pegue o seu contido aquí."},getPluralForm(n){return (n != 1);}}}; e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary ); e[ 'gl' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );