Remove italics from more foreign names
This commit is contained in:
parent
b9f79429b1
commit
36c396c006
1 changed files with 3 additions and 0 deletions
|
|
@ -284,6 +284,9 @@ function getBodyXML(chapter, contentEl) {
|
|||
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");
|
||||
xml = xml.replace(/<em>Moord Nag([^<]*)<\/em>/g, "Moord Nag$1");
|
||||
xml = xml.replace(/<em>Califa de Perro([^<]*)<\/em>/g, "Califa de Perro$1");
|
||||
xml = xml.replace(/<em>Turanta([^<]*)<\/em>/g, "Turanta$1");
|
||||
|
||||
// "okay" is preferred to "ok". This sometimes gets changed back via substitutions.json when people are writing notes
|
||||
// and thus probably the intention was to be less formal. Also it seems per https://en.wikipedia.org/wiki/A-ok the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue