From: Rudolf Polzer Date: Fri, 29 May 2020 21:59:46 +0000 (+0200) Subject: transifex.cron: actually push new strings X-Git-Tag: xonotic-v0.8.5~87 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=2093131da01fe2e85fe3c841a882b195456baf20 transifex.cron: actually push new strings --- diff --git a/misc/infrastructure/transifex.cron b/misc/infrastructure/transifex.cron index 1e5b08fe..b4ae823c 100755 --- a/misc/infrastructure/transifex.cron +++ b/misc/infrastructure/transifex.cron @@ -17,7 +17,7 @@ git reset --hard origin/master # po: just update the translations. # all: also update the translation template. Will create a new commit every time, as the date header changes. export BATCH=true -sh tx.sh po +sh tx.sh "${1:-po}" if [ x"`git ls-files -dm`" = x".tx/merge-base" ]; then git reset --hard