mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
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:
@@ -3,4 +3,5 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
./manage.py makemessages --locale=en
|
||||||
tx push -s -r zulip.djangopo,zulip.translationsjson
|
tx push -s -r zulip.djangopo,zulip.translationsjson
|
||||||
|
|||||||
Reference in New Issue
Block a user