Skip to content

Commit

Permalink
fix: add translate arg to transifex pull (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharis278 committed Oct 17, 2022
1 parent 3936590 commit dbc242e
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 @@ -131,7 +131,7 @@ detect_changed_source_translations:
cd edx_proctoring && i18n_tool changed

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

push_translations: ## push source translation files (.po) from Transifex
tx push -s
Expand Down

0 comments on commit dbc242e

Please sign in to comment.