Add --disable-files-translation flag

This commit is contained in:
Sébastien Thuret 2021-10-25 17:00:44 +02:00
parent 9e272cb80c
commit 5bb8ed7375
No known key found for this signature in database
GPG key ID: 4742E2D66933BB08
2 changed files with 8 additions and 0 deletions

View file

@ -115,6 +115,11 @@ _default_options_objects = [
'name': 'SUGGESTIONS',
'default_value': False,
'value_type': 'bool'
},
{
'name': 'DISABLE_FILES_TRANSLATION',
'default_value': False,
'value_type': 'bool'
}
]