Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defaultLocale
1 parent 67e36b9 commit 059988fCopy full SHA for 059988f
1 file changed
‎examples/i18n/nuxt.config.ts‎
@@ -4,6 +4,7 @@ export default defineNuxtConfig({
4
devtools: { enabled: true },
5
compatibilityDate: '2024-04-03',
6
i18n: {
7
+ defaultLocale: 'en',
8
restructureDir: 'i18n',
9
},
10
})
0 commit comments