Skip to content

Commit

Permalink
fix: -t flag added in pull translation command
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and zubairshakoorarbisoft committed Nov 30, 2022
1 parent a4a3714 commit 40cc0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ base_requirements:

# 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 -t -a -f --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
Expand Down

0 comments on commit 40cc0ab

Please sign in to comment.