Add Swedish language (thanks to @artingu)

refs #82

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-03-29 19:49:18 +02:00
parent 895705bacb
commit 9e959d1453
No known key found for this signature in database
GPG key ID: D91C3E91E4CAD6F5
2 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import fr from './fr.json'
import lv from './lv.json'
import nl from './nl.json'
import ru from './ru.json'
import sv from './sv.json'
import zh from './zh.json'
import tw from './tw.json'
@ -18,6 +19,7 @@ export default {
lv,
nl,
ru,
sv,
zh,
'zh-TW': tw,
}