Skip to content

Commit

Permalink
Merge pull request #172 from openedx/jenkins/zshkoor/update-pull-tran…
Browse files Browse the repository at this point in the history
…slation-command-0254185

fix: -t flag added in pull translation command
  • Loading branch information
UsamaSadiq authored Dec 8, 2022
2 parents 0254185 + 39dcadb commit 6a135e6
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 @@ detect_changed_source_translations:
cd edx-when && 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 6a135e6

Please sign in to comment.