]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/transifex.cron
transifex.cron: actually push new strings
[xonotic/xonotic.git] / misc / infrastructure / transifex.cron
index 1e5b08fe1ea42197cc122543018229f62393254d..b4ae823cb89ff3df82cadfc33b226299f765e443 100755 (executable)
@@ -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