Hyphenate "vat-grown"
This commit is contained in:
parent
6256b332cb
commit
294cbb2e71
1 changed files with 1 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ function fixHyphens(xml) {
|
|||
xml = xml.replace(/([Aa]ble) bodied/g, "$1-bodied");
|
||||
xml = xml.replace(/([Ll]evel) headed/g, "$1-headed");
|
||||
xml = xml.replace(/([Cc]lear) cut/g, "$1-cut");
|
||||
xml = xml.replace(/([Vv]at) grown/g, "$1-grown");
|
||||
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