Standardize on "Jotun" instead of "Jotunn"
This commit is contained in:
parent
424f13f169
commit
ea19dbb6c5
1 changed files with 3 additions and 0 deletions
|
|
@ -345,6 +345,9 @@ function standardizeNames(xml) {
|
|||
// Earlier chapters have a space; later ones do not. They're separate words, so side with the earlier chapters.
|
||||
xml = xml.replace(/Crock o[‘’]Shit/g, "Crock o’ Shit");
|
||||
|
||||
// 5 instances of "Jotun" to 2 of "Jotunn"
|
||||
xml = xml.replace(/Jotunn/g, "Jotun");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue