@rickx/ckeditor5-line-height
Version:
LineHeight plugin for CKEditor5
8 lines (6 loc) • 370 B
JavaScript
( e => {
const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Line Height":"Line Height","Default":"Default"},"getPluralForm":null}};
e[ 'en' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'en' ].dictionary = Object.assign( e[ 'en' ].dictionary, dictionary );
e[ 'en' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );