diff --git a/manage_translation.py b/manage_translation.py index c045db1a5..816ba6919 100755 --- a/manage_translation.py +++ b/manage_translation.py @@ -40,7 +40,7 @@ def fetch(): sys.stderr.write("The Transifex client app is required.\n") exit(code) lang = LANGUAGE - _call(f'tx pull -l {lang} --minimum-perc=1 --force --skip') + _call(f'tx pull -l {lang} --force --skip') for file in Path().rglob('*.po'): _call(f'msgcat --no-location -o {file} {file}')