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
It probably goes the same for the hash but that one is a bit more problematic than query args because the hash is not transmitted to the server, causing hydration issues as only the frontend is able to access it
Additional information
Would you be willing to help implement this feature?
Could this feature be implemented as a module?
Final checks
Read the contribution guide (The contribution guideline of nuxt-modules/i18n is compliant with Nuxt too).
Describe the feature
Query args and parameters are pretty much equivalent when it comes to routing
I believe we should be able to translate query args as well the same way we can translate route params
It probably goes the same for the hash but that one is a bit more problematic than query args because the hash is not transmitted to the server, causing hydration issues as only the frontend is able to access it
Additional information
Final checks
The text was updated successfully, but these errors were encountered: