From daa2623430e8d3fd647d9bc9d881fe2f4c33d9b5 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 9 Jul 2013 12:20:56 +0200 Subject: [PATCH] Push translations too when using pushtx --- i18n.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n.sh b/i18n.sh index 960f6a9..eba8098 100755 --- a/i18n.sh +++ b/i18n.sh @@ -59,9 +59,9 @@ function pulltx { function pushtx { assert_tx - are_you_sure "Warning: This might destroy existing translations." + are_you_sure "Warning: This might destroy existing translations. Probably you should pull first." echo "### Pushing translations and sources to Transifex..." - tx push -s + tx push -s -t }