Skip to content

Fixes #231 - category translations were reverting to english.

username-removed-25042 requested to merge pserwylo/fdroidclient:fix-231 into master

Minor fix - feel free to hold off before stable (and then we can do a 0.88-test pretty soon after stable with my other change, as we did last time), or feel free to merge beforehand and do another -test.

There are two places where translations get populated. One of them (when the fragment is initialized) translates the categories. The other place (when the "installed app cache" background process completes) did not translate the category names. They are now both translated.

Merge request reports