Pull translations in parallel

This commit is contained in:
Kovid Goyal 2020-08-23 14:34:43 +05:30
parent acb42d737d
commit 2a928a25f9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -692,7 +692,7 @@ class GetTranslations(Translations): # {{{
if opts.check_for_errors: if opts.check_for_errors:
self.check_all() self.check_all()
return return
self.tx('pull -a') self.tx('pull -a --parallel --no-interactive')
if not self.is_modified: if not self.is_modified:
self.info('No translations were updated') self.info('No translations were updated')
return return