From dbc242effcfa48ab029a9b611efcb05149cfbe33 Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Mon, 17 Oct 2022 15:22:17 -0400 Subject: [PATCH] fix: add translate arg to transifex pull (#1083) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcc13ae58a..367179a7fc 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ detect_changed_source_translations: cd edx_proctoring && i18n_tool changed pull_translations: ## pull translations from Transifex - tx pull -a -f --mode reviewed --minimum-perc=1 + tx pull -a -f -t --mode reviewed --minimum-perc=1 push_translations: ## push source translation files (.po) from Transifex tx push -s