diff -r 9da3c136a16f -r 8651d8ab829a Makefile --- a/Makefile Sun Jan 19 09:45:04 2014 +0100 +++ b/Makefile Sun Jan 19 09:45:22 2014 +0100 @@ -18,3 +18,6 @@ pybabel update -i ./translations/pymove3d.pot -d translations -l de pybabel update -i ./translations/pymove3d.pot -d translations -l en +msgfmt: + msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo + \ No newline at end of file