zonemaster-engine
zonemaster-engine copied to clipboard
Avoid translating code-like messages
The following messages are "code-like" by design. I.e. they should not be translated.
- TEST_CASE_END
- TEST_CASE_START
As such they should be excluded from the PO files. Also, they should preferably be stringified the same way zonemaster-cli prints them in --raw
mode.
It will have an affect on where the arguments are stored. Before we do this change we have to fully understand the consequences.