mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
i18n: Disabling vietnamese again
This commit is contained in:
parent
260735665b
commit
c9f485a775
2 changed files with 1 additions and 5 deletions
|
@ -83,10 +83,6 @@
|
|||
"translation": "src/locale/messages.uk.xlf",
|
||||
"baseHref": "/uk/"
|
||||
},
|
||||
"vi": {
|
||||
"translation": "src/locale/messages.vi.xlf",
|
||||
"baseHref": "/vi/"
|
||||
},
|
||||
"zh": {
|
||||
"translation": "src/locale/messages.zh.xlf",
|
||||
"baseHref": "/zh/"
|
||||
|
|
|
@ -111,6 +111,6 @@ export const languages: Language[] = [
|
|||
// { code: 'th', name: 'ไทย' }, // Thai
|
||||
{ code: 'tr', name: 'Türkçe' }, // Turkish
|
||||
{ code: 'uk', name: 'Українська' }, // Ukrainian
|
||||
{ code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
|
||||
// { code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
|
||||
{ code: 'zh', name: '中文' }, // Chinese
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue