From dec3f3e6e460c0515368fa630dddfdf5a664eca3 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Fri, 13 May 2022 12:18:47 -0400 Subject: [PATCH] fix: Fix pull_translations by using correct CLI flag for languages (#158) Docs: https://developers.transifex.com/docs/using-the-client Apparently this CLI option changed from singular to plural at some point. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 669cec93..49cde858 100755 --- a/Makefile +++ b/Makefile @@ -46,7 +46,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: