From ce093efba4823c93ab83c7e7928cbd32e78e5af3 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Tue, 5 Apr 2022 15:26:42 +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 231aed6..821d514 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: