From 128b112af79c4e6340e50b3b7a46e5a4d08e2d7f Mon Sep 17 00:00:00 2001 From: Zubair Shakoor <57657330+zubairshakoorarbisoft@users.noreply.github.com> Date: Tue, 13 Dec 2022 23:23:24 +0500 Subject: [PATCH] fix: -t flag added in pull translation command (#142) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efbc80be5..284f77ecf 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ push_translations: # Pulls translations from Transifex. pull_translations: - tx pull -f --mode reviewed --languages=$(transifex_langs) + tx pull -t -f --mode reviewed --languages=$(transifex_langs) # This target is used by Travis. validate-no-uncommitted-package-lock-changes: