Add Swedish localization (#7232)

* Adding Swedish translation

* Fixes and improvements

* Fixes and improvements

* Fixed inconsistencies + some other improvements

* Made some improvements, added missing translations and added Swedish to app.config.js

* Force push to resolve conflicts in messages.po
This commit is contained in:
nilaallj
2025-01-24 20:54:45 +01:00
committed by GitHub
parent 630a8c3dc9
commit 9cb3b59963
8 changed files with 8321 additions and 0 deletions
+4
View File
@@ -112,6 +112,10 @@ export async function dynamicActivate(locale: AppLanguage) {
mod = await import(`./locales/ru/messages`)
break
}
case AppLanguage.sv: {
mod = await import(`./locales/sv/messages`)
break
}
case AppLanguage.th: {
mod = await import(`./locales/th/messages`)
break