From 511865cb19155735b36751663c60d3736e82d0d5 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Wed, 7 Dec 2022 17:02:36 +0500 Subject: [PATCH] fix: update transifex pull translations command (#3717) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d6e2fcca3..968c1a0248 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ extract_translations: ## Extract strings to be translated, outputting .po and .m # This Make target should not be removed since it is relied on by a Jenkins job (`edx-internal/tools-edx-jenkins/translation-jobs.yml`), using `ecommerce-scripts/transifex`. 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 # This Make target should not be removed since it is relied on by a Jenkins job (`edx-internal/tools-edx-jenkins/translation-jobs.yml`), using `ecommerce-scripts/transifex`. push_translations: ## Push source translation files (.po) to Transifex