UNPKG

@ckeditor/ckeditor5-undo

Version:

Undo feature for CKEditor 5.

12 lines (10 loc) 557 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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Undo":"元に戻す","Redo":"やり直し"},getPluralForm(n){return 0;}}}; e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary ); e[ 'ja' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );