-
Notifications
You must be signed in to change notification settings - Fork 249
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
Update / refactor translations / i18n #741
Comments
I expect it to work, if the system language is defined accordingly or by preceeding a commandline argument by The few strings, which do have translations, work indeed. Even the l10n seems to be OK. I get local dates. We probably have to check, if all inputs are still handled correctly in those modes. Amazingly, the in-code manual still works in many languages. Do you know, which tool was used to extract the po files from the code? There is a structure in the |
I think #559 adds some custom waf script for this.
I suspect that the waf build actually compiles .po to .mo, probably triggered by |
Hamster currently has translations, but:
There might be some things to be learned from #559 (which is old and no longer applies, but probably does have some useful bits).
It seems that the current translations that are present do still work as expected. Note that translations do not work when running directly from the source tree (see this code). The easiest way to test is to use the flatpak build and run:
Note that
flatpak config --user --set languages "nl;en"
should apparently also work, but does not seem to on my system.The text was updated successfully, but these errors were encountered: