Update i18n configuration to set default locale to Vietnamese and adjust supported locales

This commit is contained in:
2026-03-10 12:57:13 +09:00
committed by Thuan Bui
parent e14ce351e1
commit 02af30c749
+2 -2
View File
@@ -20,8 +20,8 @@ export default defineConfig({
], ],
}, },
i18n: { i18n: {
defaultLocale: "en", defaultLocale: "vi",
locales: ["en", "es"], locales: ["vi", "en"],
routing: { routing: {
prefixDefaultLocale: false, prefixDefaultLocale: false,
}, },