Un-italicize Garama
For consistency with other foreign-language names.
This commit is contained in:
parent
d05465ff80
commit
8d5c249003
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ function getBodyXML(chapter, contentEl) {
|
|||
|
||||
// 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.
|
||||
xml = xml.replace(/<em>Garama<\/em>/g, "Garama");
|
||||
xml = xml.replace(/<em>Thanda<\/em>/g, "Thanda");
|
||||
xml = xml.replace(/<em>Sifara([^<]*)<\/em>/g, "Sifara$1");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue