Skip to content

Commit 5c9b12a

Browse files
committed
Add Swedish
1 parent fffd1aa commit 5c9b12a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lang/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ import de from './de.json' assert {type: 'json'}
44
import en_GB from './en_GB.json' assert {type: 'json'}
55
import pt_PT from './pt_PT.json' assert {type: 'json'}
66
import nb from './nb.json' assert {type: 'json'}
7+
import sv from './sv.json' assert {type: 'json'}
78

89
const languages = {
910
en: en,
1011
ru: ru,
1112
de: de,
1213
en_GB: en_GB,
1314
pt_PT: pt_PT,
14-
nb: nb
15+
nb: nb,
16+
sv: sv
1517
}
1618

1719
const translations = languages

0 commit comments

Comments
 (0)