mirror of https://github.com/zulip/zulip.git
push-translations: Run manage.py makemessages first.
This saves an extra step in pushing translations to transifex, with no real negative side effects.
This commit is contained in:
parent
c5a2bb2c8b
commit
cdf987fb14
|
@ -3,4 +3,5 @@
|
|||
set -e
|
||||
set -x
|
||||
|
||||
./manage.py makemessages --locale=en
|
||||
tx push -s -r zulip.djangopo,zulip.translationsjson
|
||||
|
|
Loading…
Reference in New Issue