-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Could you add support for dynamic language change? #789
Comments
Hey @JosefJezek, our localization mechanism generates a new binary per language. This works by importing a specific binary based on a specific language (you shouldn't import all languages at the same time). You should be able to build your own language change mechanism based on that, for example, you could have the language in the url path and based on the path always import the specific localized binary. |
Could you create a base module + small modules per language? |
Exactly, this can be dynamically loaded after the user selects the language. |
Okay, now I realized how this is made 🥵 : |
Related with #662. |
Could you add support for dynamic language change?
ES module per language has about 200KB. :-(
esm__cs.js 205KB
esm__en.js 199KB
...
The text was updated successfully, but these errors were encountered: