Increase doublespace threshold

master
Wuzzy 2020-06-14 01:32:55 +02:00
parent d6f9e9c229
commit cf14e56bd4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ options = {"recursive": ['--recursive', '-r'],
# Strings longer than this will have extra space added between
# them in the translation files to make it easier to distinguish their
# beginnings and endings at a glance
doublespace_threshold = 60
doublespace_threshold = 80
def set_params_folders(tab: list):
'''Initialize params["folders"] from CLI arguments.'''