Always capitalize "the Megalopolis"
This commit is contained in:
parent
3810138e15
commit
ff09d1fd76
1 changed files with 1 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ function getBodyXML(chapter, book, contentEl) {
|
|||
xml = xml.replace(/(Lord|Slater) street/g, "$1 Street");
|
||||
xml = xml.replace(/(Hollow|Cedar) point/g, "$1 Point");
|
||||
xml = xml.replace(/(Norwalk|Fenway|Stratford) station/g, "$1 Station");
|
||||
xml = xml.replace(/the megalopolis/g, "the Megalopolis");
|
||||
|
||||
// These are usually not italicized, but sometimes are. Other foreign-language names (like Yàngbǎn) are not
|
||||
// italicized, so we go in the direction of removing the italics.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue