mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 03:48:31 +02:00
Enable locale 'vi' for Vietnamese
This commit is contained in:
parent
2b2bc2fc41
commit
83501cfdbe
@ -71,6 +71,10 @@
|
||||
"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/"
|
||||
|
@ -110,6 +110,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
|
||||
];
|
||||
|
2226
frontend/src/locale/messages.vi.xlf
Normal file
2226
frontend/src/locale/messages.vi.xlf
Normal file
File diff suppressed because it is too large
Load Diff
@ -90,6 +90,7 @@ http {
|
||||
~*^sv sv;
|
||||
~*^tr tr;
|
||||
~*^uk uk;
|
||||
~*^vi vi;
|
||||
~*^zh zh;
|
||||
}
|
||||
|
||||
@ -110,6 +111,7 @@ http {
|
||||
~*^sv sv;
|
||||
~*^tr tr;
|
||||
~*^uk uk;
|
||||
~*^vi vi;
|
||||
~*^zh zh;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user