2017-10-06 08:07:16 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2020-09-18 20:43:19 +02:00
|
|
|
# See https://zulip.readthedocs.io/en/latest/translating/internationalization.html
|
|
|
|
# for background on this subsystem.
|
|
|
|
|
2017-10-06 08:07:16 +02:00
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
|
2021-03-23 02:01:38 +01:00
|
|
|
./manage.py makemessages --all
|
2021-06-02 18:33:16 +02:00
|
|
|
tx pull -a -f --mode=translator --minimum-perc=5 "$@"
|
2017-10-06 08:07:16 +02:00
|
|
|
./manage.py compilemessages
|
2019-09-24 21:57:42 +02:00
|
|
|
./tools/i18n/process-mobile-i18n
|