fix: Fix pull_translations by using correct CLI flag for languages (#74)

Docs: https://developers.transifex.com/docs/using-the-client

Apparently this CLI option changed from singular to plural at some point.
This commit is contained in:
Tim McCormack
2022-05-13 13:03:26 -04:00
committed by GitHub
parent 564b953860
commit 18e3012462

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: