From f8a11475719bf3fa16788e324ca64c054bbdc6ec Mon Sep 17 00:00:00 2001 From: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:16:37 -0400 Subject: [PATCH] fix: update transifex flag for tx cli 1.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 194b44c5..6277c52f 100644 --- 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 -t -f --mode reviewed --languages=$(transifex_langs) # This target is used by Travis. validate-no-uncommitted-package-lock-changes: