Closed faecorrigan closed 6 days ago
a quick method of updating the .po files for localization. Note that these files will need manually translated. This should be run every release.
a quick method of updating the .po files for localization. Note that these files will need manually translated. This should be run every release.
this program builds the translation files automatically from the main python programs
it requires gettext https://www.gnu.org/software/gettext/
on windows this requires installing https://gnuwin32.sourceforge.net/packages/gettext.htm
to add a new language, update the LANGS array in main.py with the two letter code and the display name.
run with python update_translations.py while in the carveracontroller directory