You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using prefix_except_default strategy, and try to initialize locale with setLocale function but I18n fallback to default locale afterward. It's only work when I set detectBrowserLanguage to {} instead of false.
Additional context
I let the CMS handle the routing for the wildcard.
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-i18n-timothe?file=app.vue,pages/%5B...slug%5D.vue,nuxt.config.ts
Describe the bug
When using
prefix_except_default
strategy, and try to initialize locale with setLocale function but I18n fallback to default locale afterward. It's only work when I set detectBrowserLanguage to{}
instead offalse
.Additional context
I let the CMS handle the routing for the wildcard.
Logs
The text was updated successfully, but these errors were encountered: