feat(locale): add Swedish language translations (#860)

* feat(locale): add Swedish language translations

* add missing labels
This commit is contained in:
Liubomyr Vyhovskyi
2022-12-14 16:28:27 +02:00
committed by GitHub
parent 59148d467e
commit 476b2a178c
12 changed files with 371 additions and 207 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', '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', 'zh-CN', 'zh-TW']
const modKey = (isMac() ? 'meta+' : 'ctrl+')
this.shortcuts = [
// Shortcuts not associated with buttons