]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/transifex.cron
Merge branch 'bones_was_here/all_no_glx' into 'master'
[xonotic/xonotic.git] / misc / infrastructure / transifex.cron
index d18ba320c96ad24a9dc032a1a5a636b3f1f90a91..b4ae823cb89ff3df82cadfc33b226299f765e443 100755 (executable)
@@ -16,7 +16,8 @@ git reset --hard origin/master
 # Mode parameter:
 #   po:  just update the translations.
 #   all: also update the translation template. Will create a new commit every time, as the date header changes.
-sh tx.sh po
+export BATCH=true
+sh tx.sh "${1:-po}"
 
 if [ x"`git ls-files -dm`" = x".tx/merge-base" ]; then
        git reset --hard