Merge pull request #91 from edx/usamasadiq/update-pull-translations-command

build: updated transifex pull translations command
This commit is contained in:
Usama Sadiq
2022-04-04 16:39:31 +05:00
committed by GitHub

View File

@@ -57,7 +57,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 CI.
validate-no-uncommitted-package-lock-changes: