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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user