From 39dcadb7cea4fa0ff0bf222a78cedb90736f0892 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 23 Nov 2022 06:28:01 -0500 Subject: [PATCH] fix: -t flag added in pull translation command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 216b36e..d0ba472 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ detect_changed_source_translations: cd edx-when && i18n_tool changed pull_translations: ## pull translations from Transifex - tx pull -a -f --mode reviewed + tx pull -t -a -f --mode reviewed push_translations: ## push source translation files (.po) from Transifex tx push -s