Enable locale 'vi' for Vietnamese

This commit is contained in:
wiz 2020-12-03 10:16:02 +09:00
parent 2b2bc2fc41
commit 83501cfdbe
No known key found for this signature in database
GPG Key ID: A394E332255A6173
4 changed files with 2233 additions and 1 deletions

View File

@ -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/"

View File

@ -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
];

File diff suppressed because it is too large Load Diff

View File

@ -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;
}