Fix capitalization and apostrophes for ’Lace
This commit is contained in:
parent
53f7307daa
commit
c9d51787e2
1 changed files with 3 additions and 0 deletions
|
|
@ -289,6 +289,9 @@ function fixTruncatedWords(xml) {
|
|||
// Short for "Contender"
|
||||
xml = xml.replace(/[‘’][Tt]end(?![a-z])/g, "’Tend");
|
||||
|
||||
// Short for "Anelace"
|
||||
xml = xml.replace(/[‘’][Ll]ace(?![a-z])/g, "’Lace");
|
||||
|
||||
return xml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue