Skip to content

Commit

Permalink
fix: update transifex pull translations command (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Dec 7, 2022
1 parent c0d4f28 commit 511865c
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 @@ -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
Expand Down

0 comments on commit 511865c

Please sign in to comment.