-
Notifications
You must be signed in to change notification settings - Fork 6
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
Better internationalization #1
Comments
See that with @elisabernardoni |
|
probably the change of languages do not need the warning, it could wait next improvment |
I looked at the source code, and there isn't that many translations in each html file and they seem easy to translates from either java-script or a code generator ( in order to reduce the number of html file to maintain). However, it is indeed not designed for dynamic translations. I thought about it and what would be better than a warning would be a local storage. |
I think that could be an improvement we do in a second phase. I don't think people want to change every time languages. It will do it one time and then program. |
Having an html file per lang is not sustainable, the best solution would be to have a javascript-based solution for dynamic translation
alternatively, we can have a template system
Remove the lang selection menu from the HTML file as that unexpectedly clears the unsaved content
The text was updated successfully, but these errors were encountered: