Capitalize "Fragile One"

This commit is contained in:
Domenic Denicola 2020-12-19 14:55:37 -05:00
commit 631417a530
2 changed files with 21 additions and 0 deletions

View file

@ -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");