Un-italicize Garama

For consistency with other foreign-language names.
This commit is contained in:
Domenic Denicola 2017-11-05 17:35:58 -08:00
commit 8d5c249003

View file

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