equal
deleted
inserted
replaced
16 pybabel_update: |
16 pybabel_update: |
17 pybabel extract -o ./translations/pymove3d.pot . |
17 pybabel extract -o ./translations/pymove3d.pot . |
18 pybabel update -i ./translations/pymove3d.pot -d translations -l de |
18 pybabel update -i ./translations/pymove3d.pot -d translations -l de |
19 pybabel update -i ./translations/pymove3d.pot -d translations -l en |
19 pybabel update -i ./translations/pymove3d.pot -d translations -l en |
20 |
20 |
|
21 msgfmt: |
|
22 msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo |
|
23 |