UNPKG

@ckeditor/ckeditor5-undo

Version:

Undo feature for CKEditor 5.

12 lines (10 loc) 555 B
/** * @license Copyright (c) 2003-2025, 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":{"Undo":"Deshacer","Redo":"Rehacer"},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 ||= {} );