Capitalize "Fragile One"
This commit is contained in:
parent
8a9562e10e
commit
631417a530
2 changed files with 21 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ function fixCapitalization(xml, book) {
|
|||
xml = xml.replace(/Grasping self/g, "Grasping Self");
|
||||
xml = xml.replace(/Cloven stranger/g, "Cloven Stranger");
|
||||
xml = xml.replace(/Princess shaper/g, "Princess Shaper");
|
||||
xml = xml.replace(/Fragile one/g, "Fragile One");
|
||||
|
||||
// Place names need to always be capitalized
|
||||
xml = xml.replace(/North end/g, "North End");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue