pull/321/head
Lex Neva 2018-09-17 21:08:22 -04:00
rodzic 03f6709a88
commit 4272c81383
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -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.