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:
@@ -19,6 +19,7 @@ import nb from './locales/nb.json';
|
||||
import bg from './locales/bg.json';
|
||||
import gl from './locales/gl.json';
|
||||
import cs from './locales/cs.json';
|
||||
import vi from './locales/vi.json';
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
@@ -45,5 +46,6 @@ export default defineI18nConfig(() => ({
|
||||
bg,
|
||||
gl,
|
||||
cs,
|
||||
vi,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user