fix: Fix pull_translations by using correct CLI flag for language filter (#214)

Docs: https://developers.transifex.com/docs/using-the-client
This commit is contained in:
Tim McCormack
2022-05-12 15:57:30 -04:00
committed by GitHub
parent 5d297a0d00
commit 37d39dba95

View File

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