mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This commit also adds a tool to push translation sources to Transifex. This tool makes sure that we don't push mobile source file. Mobile source file is supposed to be handled from Zulip-Mobile repo.
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
tx push -s -r zulip.djangopo,zulip.translationsjson
|