This commit is contained in:
Aevann1 2021-12-12 18:31:21 +02:00
parent 567545b399
commit 4300c3297f
14 changed files with 21 additions and 45 deletions

View file

@ -5,18 +5,6 @@ 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',
@ -24,15 +12,6 @@ AJ_REPLACEMENTS = {
"too": '$#3$3',
'to': "too",
'$#3$3': 'to',
'$#3$3': 'to',
'$#3$3': 'to',
'$#3$3': 'to',
'she': 'they',
'her': 'they',
'he': 'they',
'him': 'they',
}
SLURS = {