From aa97f3199900c34e7f597aa6ff1a8c389eb6e383 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Wed, 7 Dec 2022 17:18:17 +0500 Subject: [PATCH] fix: fix transifex pull translations command (#694) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3fd7d6e4..e6bf35760 100755 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ push_translations: # Pulls translations from Transifex. pull_translations: - tx pull -f --mode reviewed --languages=$(transifex_langs) + tx pull -f -t --mode reviewed --languages=$(transifex_langs) # This target is used by CI. validate-no-uncommitted-package-lock-changes: