Skip to content

Commit 37d39db

Browse files
authored
fix: Fix pull_translations by using correct CLI flag for language filter (#214)
Docs: https://developers.transifex.com/docs/using-the-client
1 parent 5d297a0 commit 37d39db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ push_translations:
5050

5151
# Pulls translations from Transifex.
5252
pull_translations:
53-
tx pull -f --mode reviewed --language=$(transifex_langs)
53+
tx pull -f --mode reviewed --languages=$(transifex_langs)
5454

5555
# This target is used by Travis.
5656
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)