Change treatment of Teacher color team names

Previously I was treating them as "conflict or connection", trying to give them an en dash. But I think they're just compound adjectives, so let's revert to a hyphen-minus. Also fixes missing capitalization for one of them.
This commit is contained in:
Domenic Denicola 2020-11-29 16:11:58 -05:00
commit c128712bb4
2 changed files with 4 additions and 1 deletions

View file

@ -394,7 +394,6 @@ function enDashJointNames(xml) {
xml = xml.replace(/Undersider(s?)-(Breakthrough|Ambassador)/g, "Undersider$1$2");
xml = xml.replace(/Norwalk-Fairfield/g, "NorwalkFairfield");
xml = xml.replace(/East-West/g, "eastwest");
xml = xml.replace(/(Green|Yellow)-Black/g, "$1Black");
xml = xml.replace(/Creutzfeldt-Jakob/g, "CreutzfeldtJakob");
xml = xml.replace(/Astaroth-Nidhug/g, "AstarothNidhug");
xml = xml.replace(/Capulet-Montague/g, "CapuletMontague");

View file

@ -7077,6 +7077,10 @@
{
"before": "one remaining Thrall",
"after": "one remaining thrall"
},
{
"before": "Team copper-white",
"after": "Team Copper-White"
}
],
"https://www.parahumans.net/2019/07/20/dying-15-5/": [