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
Let’s say we have two supported languages. ‘en’ and ‘bs’ and we set the fallbankLng to ‘en’. We also have two simple namespace, ‘common’ and ‘home’. With this, in the network tab, we can see the 'http://localhost:3000/resource/locales?lng=en&ns=common’ and 'http://localhost:3000/resource/locales?lng=en&ns=home’ being loaded since we use both name space in the _index route.
But, when I switch the language into bs, it loads
This means, all the resource for both supported languages are loaded if we switch to the non-fallback language..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let’s say we have two supported languages. ‘en’ and ‘bs’ and we set the fallbankLng to ‘en’. We also have two simple namespace, ‘common’ and ‘home’.
With this, in the network tab, we can see the 'http://localhost:3000/resource/locales?lng=en&ns=common’ and 'http://localhost:3000/resource/locales?lng=en&ns=home’ being loaded since we use both name space in the _index route.
But, when I switch the language into bs, it loads
This means, all the resource for both supported languages are loaded if we switch to the non-fallback language..
The text was updated successfully, but these errors were encountered: