From b1d11119db8a9751d237da228f278c1762fdb0b2 Mon Sep 17 00:00:00 2001 From: Leangseu Kim Date: Tue, 18 Oct 2022 10:02:35 -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 2da3164..1583f22 100755 --- a/Makefile +++ b/Makefile @@ -57,7 +57,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 CI. validate-no-uncommitted-package-lock-changes: