diff options
author | nilaallj <9767434+nilaallj@users.noreply.github.com> | 2025-01-24 20:54:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 11:54:45 -0800 |
commit | 9cb3b599638a7a2ba25128d4b4d4d4adee2db70c (patch) | |
tree | a0fed8e1ab9d88822891ea405d57b43f5b7d9e33 /app.config.js | |
parent | 630a8c3dc99441f54dc1e0537ae35a6deda3698f (diff) | |
download | voidsky-9cb3b599638a7a2ba25128d4b4d4d4adee2db70c.tar.zst |
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
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index b40986b75..5646b0cd0 100644 --- a/app.config.js +++ b/app.config.js @@ -96,6 +96,7 @@ module.exports = function (config) { 'pt-BR', 'ro', 'ru', + 'sv', 'th', 'tr', 'uk', |