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
In this scenario the namespaces are loaded correctly without problem but then the changeLanguage stop working correctly (I guess because of the props.locale) whenever I change to another page with a different language than the default one, the language change to the default one
The text was updated successfully, but these errors were encountered:
I'm having some issues making the namespaces codesplitting for pages. I'm not using the NextJS internationalized routing.
I tried first to use the
clientNamespaces
like this:However it just load correctly the namespaces on the first load, when I change to another page is not loading the new namespaces correctly
After I tried the
loadTranslations
like this:In this scenario the namespaces are loaded correctly without problem but then the changeLanguage stop working correctly (I guess because of the props.locale) whenever I change to another page with a different language than the default one, the language change to the default one
The text was updated successfully, but these errors were encountered: