build: update transifex pull translations command (#903)

This commit is contained in:
Usama Sadiq
2022-04-04 16:04:32 +05:00
committed by GitHub
parent 8b32e5892f
commit b32817b3dd

View File

@@ -44,7 +44,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: