@ckeditor/ckeditor5-undo
Version:
Undo feature for CKEditor 5.
5 lines • 338 B
JavaScript
/**
* @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
*/
export default {"lv":{"dictionary":{"Undo":"Atsaukt","Redo":"Uz priekšu"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}}