Minor updates to the translation helper files.

This commit is contained in:
Jannis Leidel 2014-10-06 21:12:15 +02:00
parent aa88048d7a
commit 37610c2539
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
[main]
host = https://www.transifex.com
lang_map = sr@latin:sr_Latn
type = PO
lang_map = sr@latin:sr_Latn, zh_CN:zh_Hans, zh_TW:zh_Hant
[django-formtools.main]
file_filter = formtools/locale/<lang>/LC_MESSAGES/django.po

View File

@ -30,7 +30,7 @@ def test():
def translations(pull=False):
if pull:
run('tx pull -a')
run('cd formtools; django-admin.py makemessages -a; django-admin.py compilemessages; cd ..')
run('cd formtools; django-admin.py makemessages -a; django-admin compilemessages; cd ..')
@task