diff options
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b1b5c3b0..52a1e1fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -161,9 +161,12 @@ script: pip install flask==0.* jinja2 Babel ./pyembroidery make messages.po - java -jar crowdin-cli.jar upload -b master + echo "uploading messages.po to crowdin" + java -jar crowdin-cli.jar -v upload -b master - java -jar crowdin-cli.jar pull -b master + + echo "downloading new translations" + java -jar crowdin-cli.jar -v pull -b master # Try to only commit if translations changed. Crowdin will update all # files when a new translation string is added but we don't need to # commit those until folks actually translate the new strings. |
