Fixed another i tanslation problem.
This commit is contained in:
parent
a528523c5a
commit
4d0cee6dca
@ -11,7 +11,7 @@ redneck() {
|
||||
-e "s/(^| )thing( |,|\?|\.|!)/\1thang\2/gI" \
|
||||
-e "s/(^| )think( |,|\?|\.|!)/\1thank\2/gI" \
|
||||
-e "s/(^| )A /\1Uh /gI" \
|
||||
-e "s/(.*)i([^a|^e|^ble|^ll|^ndo|^on|^s].*)/\1ah\2/gI" \
|
||||
-e "s/(.*)i([^a|^e|^u|^ble|^ll|^ndo|^on|^s].*)/\1ah\2/gI" \
|
||||
-e "s/(^| )(boy|dude|fellow|guy|man)([?s])( |,|\?|\.|!)/\1feller\3\4/gI" \
|
||||
-e "s/(^| )for( |,|\?|\.|!)/\1fer\2/gI" \
|
||||
-e "s/(^| )men( |,|\?|\.|!)/\1fellers\2/gI" \
|
||||
@ -25,8 +25,10 @@ redneck() {
|
||||
-e "s/(^| )my /\1mah /gI" \
|
||||
-e "s/(^| )people( |,|\?|\.|!)/\1folks\2/gI" \
|
||||
-e "s/(.*)window(.*)/\1windder\2/gI" \
|
||||
-e "s/(.*)where(.*)/\1wer\2/gI" \
|
||||
-e "s/(^| )that( |,|\?|\.|!)/\1'at thar'\2/gI" \
|
||||
-e "s/(^| )this( |,|\?|\.|!)/\1'is here\2/gI" \
|
||||
-e "s/(^| )wash( |,|\?|\.|!)/\1wahrsh\2/gI" \
|
||||
-e "s/(^| )aht( |,|\?|\.|!|')/\1it\2/gI" \
|
||||
-e "s/(^| )(ahf|if)( |,|\?|\.|!)/\1iffen\3/gI" \
|
||||
-e "s/^[Yy]ou( |,|\.|\?\!|$)/Y'all\1/g"
|
||||
|
Loading…
Reference in New Issue
Block a user