Skip to content

Commit e8a8857

Browse files
authored
Merge pull request #2131 from oasisprotocol/lw/viet
Add Vietnamese translation
2 parents 6db0952 + 1f11fd4 commit e8a8857

File tree

3 files changed

+592
-0
lines changed

3 files changed

+592
-0
lines changed

.changelog/2131.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Vietnamese translation, thanks emhieu2005

src/locales/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import es from './es/translation.json'
88
import fr from './fr/translation.json'
99
import sl from './sl/translation.json'
1010
import tr from './tr/translation.json'
11+
import vi from './vi/translation.json'
1112
import zh_CN from './zh_CN/translation.json'
1213

1314
export const translationsJson = {
@@ -29,6 +30,9 @@ export const translationsJson = {
2930
tr: {
3031
translation: tr,
3132
},
33+
vi: {
34+
translation: vi,
35+
},
3236
zh_CN: {
3337
translation: zh_CN,
3438
},
@@ -43,6 +47,7 @@ export const languageLabels: [LanguageKey, string][] = [
4347
['fr', 'Français'],
4448
['sl', 'Slovenščina'],
4549
['tr', 'Türkçe'],
50+
['vi', 'Việt'],
4651
['zh_CN', '中文'],
4752
]
4853

0 commit comments

Comments
 (0)