feat(locale): add Ukrainian language translations (#859)

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
Liubomyr Vyhovskyi
2022-12-14 18:23:55 +02:00
committed by GitHub
parent 476b2a178c
commit 990cc58260
13 changed files with 428 additions and 257 deletions

View File

@@ -71,7 +71,7 @@ class Editor extends EditorStartup {
this.docprops = false
this.configObj.preferences = false
this.canvMenu = null
this.goodLangs = ['ar', 'cs', 'de', 'en', 'es', 'fa', 'fr', 'fy', 'hi', 'it', 'ja', 'nl', 'pl', 'pt-BR', 'ro', 'ru', 'sk', 'sl', 'sv', 'tr', 'zh-CN', 'zh-TW']
this.goodLangs = ['ar', 'cs', 'de', 'en', 'es', 'fa', 'fr', 'fy', 'hi', 'it', 'ja', 'nl', 'pl', 'pt-BR', 'ro', 'ru', 'sk', 'sl', 'sv', 'tr', 'uk', 'zh-CN', 'zh-TW']
const modKey = (isMac() ? 'meta+' : 'ctrl+')
this.shortcuts = [
// Shortcuts not associated with buttons