We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run:
git clone https://github.com/sebj54/debug-nuxt-i18n npm ci npm run generate npx serve .output/public
When running the website in SPA mode (static files from npm run generate) :
npm run generate
switchLocalePath
setLocale
$t
localePath
You can test the correct behavior in my reproduction by running npm run dev
npm run dev
I tried @nuxtjs/i18n-edge and the bug also occurs with this version.
@nuxtjs/i18n-edge
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
Reproduction
Run:
Describe the bug
When running the website in SPA mode (static files from
npm run generate
) :switchLocalePath
setLocale
, the locale is changed for$t
but not forlocalePath
You can test the correct behavior in my reproduction by running
npm run dev
Additional context
I tried
@nuxtjs/i18n-edge
and the bug also occurs with this version.Logs
The text was updated successfully, but these errors were encountered: