This commit is contained in:
Danilo Bargen 2013-07-09 13:52:07 +02:00
parent fd98d91614
commit dba0b1b51c

2
fabfile.py vendored
View file

@ -30,7 +30,7 @@ def checkmessages():
command = 'ls -1 locale/*/LC_MESSAGES/django.po | xargs -I {} msgfmt -c {}'
for d in DIRS:
_run(command, d)
def pulltx():
print('\n### Pulling new translations from Transifex...')