@ckeditor/ckeditor5-enter
Version:
Enter feature for CKEditor 5.
12 lines (10 loc) • 736 B
JavaScript
/**
* @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 { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Insert a soft break (a <code><br></code> element)":"Inserta un salto de línea (un elemento <code><br></code>)","Insert a hard break (a new paragraph)":"Inserta un salto de párrafo (un nuevo párrafo)"},getPluralForm(n){return (n != 1);}}};
e[ 'es' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'es' ].dictionary = Object.assign( e[ 'es' ].dictionary, dictionary );
e[ 'es' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );