From 22675fd17ab15a013d0a92ea340f2d4563795cc2 Mon Sep 17 00:00:00 2001 From: Zubair Shakoor <57657330+zubairshakoorarbisoft@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:54:27 +0500 Subject: [PATCH] fix: -t flag added in pull translation command (#100) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96366eb..85daa9c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,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: