fsd
parent
171f1c98db
commit
140b03fd45
|
@ -9,10 +9,29 @@ AJ_REPLACEMENTS = {
|
|||
"you're": '$#3$2',
|
||||
'your': "you're",
|
||||
'$#3$2': 'your',
|
||||
|
||||
"too": '$#3$3',
|
||||
'to': "too",
|
||||
'$#3$3': 'to',
|
||||
' my ': ' his ',
|
||||
' mine ': ' his ',
|
||||
|
||||
"YOU'RE": '$#3$2',
|
||||
'YOUR': "YOU'RE",
|
||||
'$#3$2': 'YOUR',
|
||||
"TOO": '$#3$3',
|
||||
'TO': "TOO",
|
||||
'$#3$3': 'TO',
|
||||
' MY ': ' HIS ',
|
||||
' MINE ': ' HIS ',
|
||||
|
||||
"You're": '$#3$2',
|
||||
'Your': "You're",
|
||||
'$#3$2': 'Your',
|
||||
"Too": '$#3$3',
|
||||
'To': "Too",
|
||||
'$#3$3': 'To',
|
||||
' My ': ' His ',
|
||||
' Mine ': ' His ',
|
||||
}
|
||||
|
||||
SLURS = {
|
||||
|
|
Loading…
Reference in New Issue