UNPKG

@ckeditor/ckeditor5-word-count

Version:

Word and character count feature for CKEditor 5.

12 lines (10 loc) 582 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 { [ 'tr' ]: { dictionary, getPluralForm } } = {"tr":{"dictionary":{"Words: %0":"Kelimeler: %0","Characters: %0":"Karakterler: %0"},getPluralForm(n){return (n > 1);}}}; e[ 'tr' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'tr' ].dictionary = Object.assign( e[ 'tr' ].dictionary, dictionary ); e[ 'tr' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );