build: update transifex pull translations command

This commit is contained in:
UsamaSadiq
2022-04-04 14:47:17 +05:00
parent e56914eb80
commit 0c50bce43d

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: