Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 567 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 567 Bytes

Build Status

Credits

This project is based on https://github.com/cpfair/tapiriik code by Collin Fair.

Licensing

exercisync is an Apache 2.0 Licensed open-source project.

Translation

To use locale translation, it requires the package gettext. To launch a new language, you have to generate the locale with : python3 manage.py makemessages -l 'fr' Secondly, after translation (edition of po files), compile the files : python manage.py compilemessages