From 50ceb067163490bf66a5b89ab45ae4a3f82e1a5e Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 4 Sep 2015 15:43:57 +0200 Subject: [PATCH] i18n: do not push translations when doing make push-transifex, we only modify sources --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e4642c0b..6db38f231 100644 --- a/Makefile +++ b/Makefile @@ -550,4 +550,4 @@ pull-transifex: tx pull -af push-transifex: - tx push -s -t -f --no-interactive + tx push -s -f --no-interactive