2 # Makefile for pymove3D
5 # location for the pymove3d.py we use:
6 export PYTHONPATH=$(PWD)
12 pybabel extract -o ./translations/pymove3d.pot .
13 pybabel init -i ./translations/pymove3d.pot -d translations -l de
14 pybabel init -i ./translations/pymove3d.pot -d translations -l en
17 pybabel extract -o ./translations/pymove3d.pot .
18 pybabel update -i ./translations/pymove3d.pot -d translations -l de
19 pybabel update -i ./translations/pymove3d.pot -d translations -l en
22 msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo