feat(locale): add Viet language (#2986)

This commit is contained in:
Horu
2024-12-26 21:43:42 +07:00
committed by GitHub
parent 5550d184bb
commit ffba108291
3 changed files with 55 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ export { default as sk } from './sk'
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_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'