Skip to content

Commit

Permalink
Merge pull request #105 from edx/zshkoor/update-pull-translation-command
Browse files Browse the repository at this point in the history
-t flag added in pull translation command
  • Loading branch information
UsamaSadiq authored Oct 27, 2022
2 parents 23a8e9b + 7df2ccd commit d2635d1
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 @@ -102,7 +102,7 @@ detect_changed_source_translations:
cd edx_name_affirmation && i18n_tool changed

pull_translations: ## pull translations from Transifex
tx pull -af --mode reviewed
tx pull -t -af --mode reviewed

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

0 comments on commit d2635d1

Please sign in to comment.