dsf
This commit is contained in:
parent
09108d57c1
commit
49b089f88a
1 changed files with 13 additions and 13 deletions
|
@ -12,17 +12,8 @@ AJ_REPLACEMENTS = {
|
||||||
"too": '$#3$3',
|
"too": '$#3$3',
|
||||||
'to': "too",
|
'to': "too",
|
||||||
'$#3$3': 'to',
|
'$#3$3': 'to',
|
||||||
' my ': ' his ',
|
' my ': ' their ',
|
||||||
' mine ': ' his ',
|
' mine ': ' their ',
|
||||||
|
|
||||||
"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',
|
"You're": '$#3$2',
|
||||||
'Your': "You're",
|
'Your': "You're",
|
||||||
|
@ -30,8 +21,17 @@ AJ_REPLACEMENTS = {
|
||||||
"Too": '$#3$3',
|
"Too": '$#3$3',
|
||||||
'To': "Too",
|
'To': "Too",
|
||||||
'$#3$3': 'To',
|
'$#3$3': 'To',
|
||||||
' My ': ' His ',
|
' My ': ' Their ',
|
||||||
' Mine ': ' His ',
|
' Mine ': ' Their ',
|
||||||
|
|
||||||
|
"YOU'RE": '$#3$2',
|
||||||
|
'YOUR': "YOU'RE",
|
||||||
|
'$#3$2': 'YOUR',
|
||||||
|
"TOO": '$#3$3',
|
||||||
|
'TO': "TOO",
|
||||||
|
'$#3$3': 'TO',
|
||||||
|
' MY ': ' THEIR ',
|
||||||
|
' MINE ': ' THEIR ',
|
||||||
}
|
}
|
||||||
|
|
||||||
SLURS = {
|
SLURS = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue