mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-21 12:18:38 -04:00
Add Swedish language (thanks to @artingu)
refs #82 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
895705bacb
commit
9e959d1453
2 changed files with 29 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue