mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
11 lines
250 B
Bash
Executable File
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 "$@"
|