i18n: add Vietnamese language support (#2568)

* i18n: add Vietnamese translation

* i18n: fix lint

* i18n: import fix

---------

Co-authored-by: meow <meow@air.local>
This commit is contained in:
wuys
2026-04-07 16:22:13 +07:00
committed by GitHub
parent 1eb9527175
commit b5c30f5dbe
3 changed files with 304 additions and 0 deletions
+5
View File
@@ -136,6 +136,11 @@ export default defineNuxtConfig({
language: 'gl-ES',
name: 'Galego',
},
{
code: 'vi',
language: 'vi-VN',
name: 'Tiếng Việt',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',