fsd
This commit is contained in:
parent
c3ba2cdb1b
commit
e72071a308
1 changed files with 20 additions and 1 deletions
|
@ -9,10 +9,29 @@ AJ_REPLACEMENTS = {
|
||||||
"you're": '$#3$2',
|
"you're": '$#3$2',
|
||||||
'your': "you're",
|
'your': "you're",
|
||||||
'$#3$2': 'your',
|
'$#3$2': 'your',
|
||||||
|
|
||||||
"too": '$#3$3',
|
"too": '$#3$3',
|
||||||
'to': "too",
|
'to': "too",
|
||||||
'$#3$3': 'to',
|
'$#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 = {
|
SLURS = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue