UNPKG

@ckeditor/ckeditor5-undo

Version:

Undo feature for CKEditor 5.

12 lines (10 loc) 548 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 { [ 'hi' ]: { dictionary, getPluralForm } } = {"hi":{"dictionary":{"Undo":"Undo","Redo":"Redo"},getPluralForm(n){return (n != 1);}}}; e[ 'hi' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'hi' ].dictionary = Object.assign( e[ 'hi' ].dictionary, dictionary ); e[ 'hi' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );