-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regression: Closed setLocale, setLocaleCookie functions undefined in useI18n composable when using per-component translations #2335
Comments
Hi @kazupon, Is the fix available in the edge channel? Because this stackblitz (using edge channel) is still not working: https://stackblitz.com/edit/nuxt-starter-bboakf?file=package.json,pages%2Fwith_translation.vue Thank you |
Hi! |
On my side the route /without_translation is working well but not the /with_translation. In the with_translation component I cannot make the setLocale function to work.
When I call it I get a 500 error with this message: setLocale is not a function
|
Originally posted by @guitoun3 in #1857 (comment)
The text was updated successfully, but these errors were encountered: