mirror of https://github.com/zulip/zulip.git
tools/i18n: Add support for branch parameters.
One could do other things with this, but what I expect us to do is pass `-b {branch}`.
This commit is contained in:
parent
c7ff4228ed
commit
3116f72894
|
@ -7,4 +7,4 @@ set -e
|
|||
set -x
|
||||
|
||||
./manage.py makemessages --locale=en
|
||||
tx push -s -r zulip.djangopo,zulip.translationsjson
|
||||
tx push -s -r zulip.djangopo,zulip.translationsjson "$@"
|
||||
|
|
|
@ -7,6 +7,6 @@ set -e
|
|||
set -x
|
||||
|
||||
./manage.py makemessages --all
|
||||
tx pull -a -f --mode=onlytranslated --minimum-perc=5
|
||||
tx pull -a -f --mode=onlytranslated --minimum-perc=5 "$@"
|
||||
./manage.py compilemessages
|
||||
./tools/i18n/process-mobile-i18n
|
||||
|
|
Loading…
Reference in New Issue