feat(i18n): Add Vietnamese locale (#2116)

Co-authored-by: userquin <userquin@gmail.com>
This commit is contained in:
Duy 2023-05-22 19:33:30 +07:00 committed by GitHub
parent a50f97e5f3
commit dff36d5c43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 657 additions and 0 deletions

View file

@ -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() {