Push translations too when using pushtx

This commit is contained in:
Danilo Bargen 2013-07-09 12:20:56 +02:00
parent 4f70167f49
commit daa2623430

View file

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