mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 12:20:28 +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",
|
"translation": "src/locale/messages.uk.xlf",
|
||||||
"baseHref": "/uk/"
|
"baseHref": "/uk/"
|
||||||
},
|
},
|
||||||
"vi": {
|
|
||||||
"translation": "src/locale/messages.vi.xlf",
|
|
||||||
"baseHref": "/vi/"
|
|
||||||
},
|
|
||||||
"zh": {
|
"zh": {
|
||||||
"translation": "src/locale/messages.zh.xlf",
|
"translation": "src/locale/messages.zh.xlf",
|
||||||
"baseHref": "/zh/"
|
"baseHref": "/zh/"
|
||||||
|
|
|
@ -111,6 +111,6 @@ export const languages: Language[] = [
|
||||||
// { code: 'th', name: 'ไทย' }, // Thai
|
// { code: 'th', name: 'ไทย' }, // Thai
|
||||||
{ code: 'tr', name: 'Türkçe' }, // Turkish
|
{ code: 'tr', name: 'Türkçe' }, // Turkish
|
||||||
{ code: 'uk', name: 'Українська' }, // Ukrainian
|
{ code: 'uk', name: 'Українська' }, // Ukrainian
|
||||||
{ code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
|
// { code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
|
||||||
{ code: 'zh', name: '中文' }, // Chinese
|
{ code: 'zh', name: '中文' }, // Chinese
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue