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
Originally, when first navigating to the page the message will read "welcome!", then when switching to en-GB it will switch to "Test!" (So far so good). However, when switching back to en-US the text will still read "Test!". When force reloading the page it will turn back to "welcome!".
Expected behavior
When swapping back to a locale that was previously overwritten/inherited the original messages should be restored.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
https://stackblitz.com/edit/github-qmsqbq?file=pages%2Findex.vue
Describe the bug
When using multiple lazy loaded files the original messages will be overwritten, but cannot be restored.
Imagine the following scenario:
en.json
en-GB.json
nuxt.config.ts
Originally, when first navigating to the page the message will read "welcome!", then when switching to en-GB it will switch to "Test!" (So far so good). However, when switching back to en-US the text will still read "Test!". When force reloading the page it will turn back to "welcome!".
Expected behavior
When swapping back to a locale that was previously overwritten/inherited the original messages should be restored.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: