Fix byte/str mix in get_git_head()
[mygpo.git] / tools / i18n / validate.sh
blob62c6684320aa63bb56fb6b9270446ec72f8e0b56
1 #!/bin/sh
3 set -e
5 for translation in `dirname $0`/../../mygpo/locale/*/LC_MESSAGES/django.po; do
6 echo "Checking: $translation"
7 msgfmt --check "$translation"
8 done