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