feat(spellcheck): add Ukrainian language for spellcheck (#1382)
This commit is contained in:
@@ -119,5 +119,8 @@ SpellChecker.getSpellCheckerLocale = (electronLocale) => {
|
||||
if (electronLocale.match(/^ru-?/)) {
|
||||
return 'ru-RU';
|
||||
}
|
||||
if (electronLocale.match(/^uk-?/)) {
|
||||
return 'uk-UA';
|
||||
}
|
||||
return 'en-US';
|
||||
};
|
||||
|
Reference in New Issue
Block a user