fsddsf
This commit is contained in:
parent
82ee587588
commit
499fb3671d
4 changed files with 48 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue