Add Vietnamese

Update index.js

Update vi.json
This commit is contained in:
Huỳnh Đức Khoản
2024-12-02 17:50:01 +07:00
committed by mayswind
parent 70da228dcc
commit 6bd1d09fa8
6 changed files with 1949 additions and 2 deletions
+3
View File
@@ -13,6 +13,9 @@ var AllLanguages = map[string]*LocaleInfo{
"en": {
Content: en,
},
"vi": {
Content: vi,
},
"zh-Hans": {
Content: zhHans,
},