Migrate the existing checker / suggester code to instead use the new validator framework. We need to add,
- A validator for variable - /{{[a-zA-Z_]+}}/, that is insertable and enforced.
- A suggester for various anchor tags present in the source strings. We could look at using the following regex - (?<open><([a-z][a-z0-9]*)\b[^>]*>).*?(?<close><\/\2>)
We'll need to update the YAML configuration file located here - https://phabricator.wikimedia.org/diffusion/GTWN/browse/master/groups/
Documentation: https://www.mediawiki.org/wiki/Help:Extension:Translate/Validators
Example patch: https://gerrit.wikimedia.org/r/c/translatewiki/+/550918