@ckeditor/ckeditor5-basic-styles
Version:
Basic styles feature for CKEditor 5.
14 lines (12 loc) • 1.02 kB
JavaScript
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
( e => {
const { [ 'ug' ]: translations } = {"ug":{"dictionary":{"Bold":"توم","Italic":"يانتۇ","Underline":"ئاستى سىزىق","Code":"كود","Strikethrough":"ئۆچۈرۈش سىزىقى","Subscript":"ئاستبەلگە","Superscript":"ئۈستبەلگە","Italic text":"يانتۇ تېكىست","Move out of an inline code style":"ئىچكى كود ئۇسلۇبىنى چىقىرىۋەت","Bold text":"توم تېكىست","Underline text":"ئاستى سىزىق تېكىست","Strikethrough text":"ئۆچۈرۈش سىزىقى تېكىست"}}};
e[ 'ug' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'ug' ].dictionary = Object.assign( e[ 'ug' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'ug' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );