This commit is contained in:
Aevann1 2021-11-24 19:33:44 +02:00
parent 82ee587588
commit 499fb3671d
4 changed files with 48 additions and 9 deletions

View file

@ -4,6 +4,28 @@ import re
SITE = environ.get("DOMAIN", '').strip()
SITE_NAME = environ.get("SITE_NAME", '').strip()
AJ_REPLACEMENTS = {
':': '',
"'": '',
'-': '',
'.': '',
'!': '',
'"': '',
';': '',
'their': '$#3$1',
'there': 'their',
'$#3$1': 'there',
"you're": '$#3$2',
'your': "you're",
'$#3$2': 'your',
"too": '$#3$3',
'to': "too",
'$#3$3': 'to',
}
SLURS = {
"retarded": "r-slurred",
"retard": "r-slur",