Merge pull request #541 from openedx/usamasadiq/update-pull-translations-command

build: update transifex pull translations command
This commit is contained in:
Usama Sadiq
2022-04-04 16:22:46 +05:00
committed by GitHub

View File

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