From 6ab2c820dbaae890687405bb987553217c91b5ab Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 4 Apr 2022 16:02:53 +0500 Subject: [PATCH] build: update transifex pull translations command (#277) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 172fe9409..69ba1cdb1 100755 --- a/Makefile +++ b/Makefile @@ -47,7 +47,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: