diff options
author | emma peel <emma.peel@riseup.net> | 2018-10-25 17:53:38 +0000 |
---|---|---|
committer | emma peel <emma.peel@riseup.net> | 2018-10-25 17:53:38 +0000 |
commit | 228585959ced2f2b9c53b071b911cccee2fcd073 (patch) | |
tree | 42ea6cc554ef04281c07038c11b69405a1225cc7 | |
parent | 71105d07ddc025bdf702f3609449eaa3dfdfa229 (diff) |
add new autofixbug/15361-checks
-rw-r--r-- | templates/weblate/settings.py.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/weblate/settings.py.erb b/templates/weblate/settings.py.erb index 55ecc56..61a3d94 100644 --- a/templates/weblate/settings.py.erb +++ b/templates/weblate/settings.py.erb @@ -551,6 +551,7 @@ AUTOFIX_LIST = ( 'weblate.trans.autofixes.whitespace.SameBookendingWhitespace', 'weblate.trans.autofixes.chars.ReplaceTrailingDotsWithEllipsis', 'weblate.trans.autofixes.chars.RemoveZeroSpace', + 'weblate.trans.autofixes.chars.RemoveControlChars', ) # List of scripts to use in custom processing |