From a374cee7dd90b13b66ffb79b928081322b5d296d Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Tue, 5 Apr 2022 15:35:38 +0500 Subject: [PATCH] build: update transifex pull translations command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ebb4fc7..3d724f24 100755 --- 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: