Skip to content

generate locale files for setup.py install

Since the setup.py file has problems with the missing locale files. I used !560 (merged) to generate all the files.

Goal achived: ./setup.py install runs through.

I am aware that these files are generated using weblate. However, there is a make file and they are not available. It would be an improvement to

  • download them with setup.py download_locales
  • to generate them with setup.py generate_locales using !560 (merged)
  • to have them present so the fdroidserver works out of the box since they are replaced anyway.

Merge request reports