From 0c50bce43d416dc5836e29da90fed34a537f0ab5 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 4 Apr 2022 14:47:17 +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 64499a6..9cfcdf0 100755 --- a/Makefile +++ b/Makefile @@ -54,7 +54,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: