This revision performs several cleanups on the translation infra:
- Removes the TranslateCLParser library and consolidates into Translation
- This was a weird library that existed in Support, and didn't really justify being a standalone library.
- Cleans up the internal registration and consolidates all of the translation functions within one registry.
It'd be nice to have an option to disable the verifier when testing.