From cc48eae3e28541c4a671b584d6bccd0dcec5da2f Mon Sep 17 00:00:00 2001 From: Zubair Shakoor <57657330+zubairshakoorarbisoft@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:12:20 +0500 Subject: [PATCH] fix: -t flag added in pull translation command (#206) * -t flag added in pull translation command * fix: -t flag added in pull translation command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 557f38b0..da3011bb 100755 --- a/Makefile +++ b/Makefile @@ -50,8 +50,8 @@ push_translations: ./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh # Pulls translations from Transifex. -pull_translations: - tx pull -f --mode reviewed --languages=$(transifex_langs) +pull_translations: ## pull translations from Transifex + tx pull -t -f --mode reviewed --languages=$(transifex_langs) # This target is used by Travis. validate-no-uncommitted-package-lock-changes: