From 803dd2f0127e771e60fbaf81d29e0edf614c5d12 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 4 Apr 2022 15:12:34 +0500 Subject: [PATCH] build: updated transifex pull translations command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f57570..2da3164 100755 --- a/Makefile +++ b/Makefile @@ -57,7 +57,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 CI. validate-no-uncommitted-package-lock-changes: