Skip to content

Commit

Permalink
fix: -t flag added in pull translation command (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 1, 2022
1 parent 622edb1 commit b33b32f
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 @@ -98,7 +98,7 @@ detect_changed_source_translations:
cd edx-ace && 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
Expand Down

0 comments on commit b33b32f

Please sign in to comment.