build: update transifex pull translations command (#277)

This commit is contained in:
Usama Sadiq
2022-04-04 16:02:53 +05:00
committed by GitHub
parent b8af7e7a77
commit 6ab2c820db

View File

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