Spot fixes for Ward through Last 20.end
This commit is contained in:
parent
08e0d0d9a8
commit
f5f0ba8e61
2 changed files with 273 additions and 2 deletions
|
|
@ -660,6 +660,7 @@ function fixHyphens(xml) {
|
|||
xml = xml.replace(/([Vv]at) grown/g, "$1-grown");
|
||||
xml = xml.replace(/([Ss]hell) shocked/g, "$1-shocked");
|
||||
xml = xml.replace(/([Dd]og) tired/g, "$1-tired");
|
||||
xml = xml.replace(/([Nn]ightmare) filled/g, "$1-filled");
|
||||
xml = xml.replace(/([Ss]elf) (conscious|esteem|loathing|harm|destruct|preservation)/g, "$1-$2");
|
||||
xml = xml.replace(/([Oo]ne|[Tt]wo|[Tt]hree|[Ff]our|[Ff]ourth) dimensional/g, "$1-dimensional");
|
||||
xml = xml.replace(/(?<=\b)([Oo]ne) on one(?=\b)/g, "$1-on-one");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue