Skip to content

Commit

Permalink
feat: localization add nb and sv
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Jun 2, 2020
1 parent ce10c30 commit 7431031
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion client/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,18 @@ i18n.use(LanguageDetector).init({
VO: 'STK',
},
},
nb: {
translations: {
VO: 'STK',
},
},
sv: {
translations: {
VO: 'VO',
},
},
},
whitelist: ['en', 'nn'],
whitelist: ['en', 'nn', 'nb', 'sv'],
fallbackLng: 'en',
debug: true,

Expand Down

0 comments on commit 7431031

Please sign in to comment.