build: update pull_translations command

This commit is contained in:
UsamaSadiq
2022-04-04 14:24:04 +05:00
parent 5f53270148
commit 9efc8d1290

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: