feat(locale): add 'vi' locale 🇻🇳 (#3981)

This commit is contained in:
Nhan Doan
2020-07-06 18:50:15 +07:00
committed by GitHub
parent c7e0fe8492
commit f4b2999898
3 changed files with 268 additions and 2 deletions

View File

@ -18,4 +18,5 @@ export { default as sv } from './sv';
export { default as th } from './th';
export { default as tr } from './tr';
export { default as uk } from './uk';
export { default as vi } from './vi';
export { default as zh_Hant } from './zh_Hant';