Hamster currently has translations, but:
- The desktop file is no longer translated
- A lot of translations are still for an older version of the UI (so e.g. "Description: " is translated, but the UI now uses "description", so that remains untranslated).
- The entire i18n approach might be using older tools and could maybe use an overhaul.
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:
flatpak run --env=LANG=nl_NL.UTF-8 org.gnome.Hamster
Note that flatpak config --user --set languages "nl;en" should apparently also work, but does not seem to on my system.
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.