From 02d5359749958fbd838ffb5b02c2a233553e22e6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 May 2020 23:30:52 +0200 Subject: [PATCH] Fix transifex sync --- dev/translation/txpull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/translation/txpull.sh b/dev/translation/txpull.sh index fcccae98221..d3ac02fb633 100755 --- a/dev/translation/txpull.sh +++ b/dev/translation/txpull.sh @@ -33,8 +33,8 @@ if [ "x$1" = "xall" ] then if [ "x$2" = "x" ] then - echo "tx pull" - tx pull + echo "tx pull -a" + tx pull -a else for dir in `find htdocs/langs/* -type d` do