build: update transifex pull translations command

This commit is contained in:
UsamaSadiq
2022-04-05 15:26:42 +05:00
parent 7772e21c6a
commit ce093efba4

View File

@@ -57,7 +57,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 CI.
validate-no-uncommitted-package-lock-changes: