mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
Update i18n configuration to set default locale to Vietnamese and adjust supported locales
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en", "es"],
|
||||
defaultLocale: "vi",
|
||||
locales: ["vi", "en"],
|
||||
routing: {
|
||||
prefixDefaultLocale: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user