From 9efc8d1290584b35ece8aaf83285e6941a2b4896 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 4 Apr 2022 14:24:04 +0500 Subject: [PATCH] build: update pull_translations command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8129c68..73cd33a 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: