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 I set skipSettingLocaleOnNavigate to true, setLocale does not automatically update the locale cookie. But the documentation says: setLocale automatically updates the locale cookie. My current solution is to call both setLocale and setLocaleCookie.
I thought that the locale cookie should be set automatically when detectBrowserLanguage is enabled. If you agree, I can help pr.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
Sorry, the current reproduction starter (edge) cannot be started. I will provide a repl later.
This is My nuxt config:
Describe the bug
When I set
skipSettingLocaleOnNavigate
to true,setLocale
does not automatically update the locale cookie. But the documentation says: setLocale automatically updates the locale cookie. My current solution is to call bothsetLocale
andsetLocaleCookie
.I thought that the locale cookie should be set automatically when detectBrowserLanguage is enabled. If you agree, I can help pr.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: