From 3cb2ac160531be9f4b55bef637a00f1b97cb9945 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 23 Nov 2022 06:27:55 -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 da39f4d..6aca9e1 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ detect_changed_source_translations: cd edx_api_doc_tools && 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