From 468acc80f08153d43e9fad741947397c9a15b43c Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Mon, 17 Oct 2022 16:05:53 -0400 Subject: [PATCH] fix: Add transifex flag. The Transifex cli started requiring the -t or --translations flag in the pull command in order to fetch translations. https://github.com/edx/edx-arch-experiments/issues/77 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb8501250..064ec5232 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: