Fix all double-periods
Needs to be done on a case-by-case basis, as sometimes they become ellipses, and sometimes single periods, and sometimes there's a stray <em> or </em> in the mix.
This commit is contained in:
parent
4019f5d1e6
commit
ebd3776390
1 changed files with 60 additions and 0 deletions
|
|
@ -23,6 +23,12 @@
|
|||
"after": "past tense—or"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/05/19/infestation-11-1/": [
|
||||
{
|
||||
"before": "was.. how",
|
||||
"after": "was… how"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/08/11/snare-13-5/": [
|
||||
{
|
||||
"before": "<em>similar. </em>",
|
||||
|
|
@ -47,6 +53,16 @@
|
|||
"after": "Victor"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/11/03/colony-15-6/": [
|
||||
{
|
||||
"before": "M.O..",
|
||||
"after": "M.O."
|
||||
},
|
||||
{
|
||||
"before": "tearing flesh..",
|
||||
"after": "tearing flesh."
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/10/30/colony-15-5/": [
|
||||
{
|
||||
"before": "wasn’t unfamiliar",
|
||||
|
|
@ -59,6 +75,12 @@
|
|||
"after": "this sort of resistance?"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/11/24/monarch-16-1/": [
|
||||
{
|
||||
"before": "A.I..",
|
||||
"after": "A.I."
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/12/04/monarch-16-4/": [
|
||||
{
|
||||
"before": "well, with Bitch’s civilian",
|
||||
|
|
@ -133,6 +155,10 @@
|
|||
{
|
||||
"before": "MWBB <em>",
|
||||
"after": "<em>MWBB "
|
||||
},
|
||||
{
|
||||
"before": "kill us..",
|
||||
"after": "kill us."
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/01/14/migration-17-7/": [
|
||||
|
|
@ -153,6 +179,18 @@
|
|||
"after": "French accent"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/02/05/monarch-18-6/": [
|
||||
{
|
||||
"before": "M.M..",
|
||||
"after": "M.M."
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/02/07/interlude-18-donation-bonus-3/": [
|
||||
{
|
||||
"before": "But..",
|
||||
"after": "But…"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/02/12/queen-18-8/": [
|
||||
{
|
||||
"before": "dragged long",
|
||||
|
|
@ -207,6 +245,10 @@
|
|||
{
|
||||
"before": "’20th’",
|
||||
"after": "‘20th’"
|
||||
},
|
||||
{
|
||||
"before": ".<em>..The reality",
|
||||
"after": "<em>…The reality"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/04/06/interlude-20/": [
|
||||
|
|
@ -273,6 +315,24 @@
|
|||
"after": "said. “Someone"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/08/03/sting-26-6/": [
|
||||
{
|
||||
"before": "canals..",
|
||||
"after": "canals."
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/08/10/interlude-26/": [
|
||||
{
|
||||
"before": "<em>variation..</em>.",
|
||||
"after": "<em>variation</em>…"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/08/22/extinction-27-4/": [
|
||||
{
|
||||
"before": "pattern..",
|
||||
"after": "pattern."
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2013/09/28/venom-29-5/": [
|
||||
{
|
||||
"before": "<em>Losing y</em>ou as you get further down<em>.”</em>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue