From eb0fa82644fd00110776e7c8c0186ef0121eab55 Mon Sep 17 00:00:00 2001 From: Zubair Shakoor <57657330+zubairshakoorarbisoft@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:07:57 +0500 Subject: [PATCH] fix: -t flag added in pull translation command (#75) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81d4705e..09e94736 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ push_translations: # Pulls translations from Transifex. pull_translations: - tx pull -f --mode reviewed --language=$(transifex_langs) + tx pull -t -f --mode reviewed --language=$(transifex_langs) # This target is used by Travis. validate-no-uncommitted-package-lock-changes: