Merge pull request #270 from openedx/diana/transifex-call

fix: Add transifex flag.
This commit is contained in:
Diana Huang
2022-10-17 16:28:12 -04:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ push_translations:
# Pulls translations from Transifex.
pull_translations:
tx pull -f --mode reviewed --languages=$(transifex_langs)
tx pull -t -f --mode reviewed --languages=$(transifex_langs)
# This target is used by Travis.
validate-no-uncommitted-package-lock-changes: