From 2a928a25f966660d349dc090c7f276802b23a0d2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Aug 2020 14:34:43 +0530 Subject: [PATCH] Pull translations in parallel --- setup/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/translations.py b/setup/translations.py index 481a6b2622..6a143022fa 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -692,7 +692,7 @@ class GetTranslations(Translations): # {{{ if opts.check_for_errors: self.check_all() return - self.tx('pull -a') + self.tx('pull -a --parallel --no-interactive') if not self.is_modified: self.info('No translations were updated') return