Skip to content

Commit 0ce0435

Browse files
authored
Update i18n.js
1 parent 2a70e9e commit 0ce0435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function languageKeyToLabel(lang) {
3939
hi: 'हिन्दी',
4040
ja: '日本語',
4141
'pt-BR': 'Português',
42-
'sv': 'Svenska',
42+
sv: 'Svenska',
4343
'uk-UA': 'Українська',
4444
'zh-CN': '简体中文',
4545
'zh-TW': '正體中文'
@@ -56,7 +56,7 @@ export function languageKeyToDateLocale(lang) {
5656
hi,
5757
ja,
5858
'pt-BR': ptBR,
59-
'sv',
59+
sv,
6060
'uk-UA': uk,
6161
'zh-CN': zhCN,
6262
'zh-TW': zhTW

0 commit comments

Comments
 (0)