Most of the language/wiki specific fixes end up in a big if lang = x else if lang = y
It's mostly unmaintainable, and it's a coding mess
Really, we need to work out some structure for a WikiSiteConfigSpecificThings (name needed), defining the base differences (stub regexes etc), and then create an override class for each language. Factory method in the base to instatiate the correct version to be used inline.... It might end up stored under Variables (not great), but it's working the code in the right direction