From 37d39dba957f7a5ddbf6f61f9263efff720dbdf6 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Thu, 12 May 2022 15:57:30 -0400 Subject: [PATCH] fix: Fix pull_translations by using correct CLI flag for language filter (#214) Docs: https://developers.transifex.com/docs/using-the-client --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98bb1d2..bb85012 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,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: