Something went wrong while setting issue due date.
implement gettext localization
With gettext it is quite straightforward to include translated versions of all the strings in fdroidserver. There are already many translations available. What needs to happen is:
- include .po files from Weblate
- surround all strings with the gettext function
_()
- figure out how to find the path to the translation files for the relevant cases (GNU/Linux, OSX,
pip install
, Wheel, run straight from git, etc.)