Files
zulip/tools/i18n/push-translations
Tim Abbott 3116f72894 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}`.
2021-04-30 16:37:01 -07:00

11 lines
250 B
Bash
Executable File

#!/usr/bin/env bash
# See https://zulip.readthedocs.io/en/latest/translating/internationalization.html
# for background on this subsystem.
set -e
set -x
./manage.py makemessages --locale=en
tx push -s -r zulip.djangopo,zulip.translationsjson "$@"