i18n: use --non-interactive mode in push_transifex, even if this is dangerous this is the best way to handle stdin within Makefile

This commit is contained in:
Gautier Pelloux-Prayer 2015-02-24 10:26:11 +01:00
parent a03fd63d7b
commit 5253675b40

View file

@ -175,7 +175,7 @@ pull-transifex:
$(MAKE) -C po update-po
push-transifex:
tx push -s -t -f
tx push -s -t -f --no-interactive
### WINDOWS