feat(i18n): Add Vietnamese locale (#2116)
Co-authored-by: userquin <userquin@gmail.com>
This commit is contained in:
parent
a50f97e5f3
commit
dff36d5c43
2 changed files with 657 additions and 0 deletions
|
@ -213,6 +213,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'tl-PH.json',
|
||||
name: 'Tagalog',
|
||||
},
|
||||
{
|
||||
code: 'vi-VN',
|
||||
file: 'vi-VN.json',
|
||||
name: 'Tiếng Việt',
|
||||
},
|
||||
]
|
||||
|
||||
function buildLocales() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue