As a small, iterative step towards T321217: [Epic] Get rid of Cite backlink formatting i18n messages that are not actually localized we suggest to empty (but not delete) the message cite_error. It currently says "Cite error: $1" and should be changed to "$1" or "-".
Reasoning:
- The problems with this message have been discussed in T30843: Cite error uses lego messages breaking localisation and customisation, should be deprecated. The common prefix doesn't help much, but makes localizing the individual error messages harder. Most of the errors already talk about the context they apply to, some don't, resulting in inconsistent experience. Instead, every messages should be self-contained and explain what it is about.
- Just deleting the message is not an option as long as the communities use it heavily for all kinds of customizations (tracking categories, custom templates).
- …?
To do:
- Remove cite_warning → https://gerrit.wikimedia.org/r/1154075
- Update the individual error messages so they are easy to understand without the prefix.
- Change the prefix message to contain nothing but "$1", possibly even "-" to mark it as disabled.
- Update the code to act appropriately when the message is disabled → https://gerrit.wikimedia.org/r/995055
- Check the existing overrides on the Wikimedia wikis and see if some need to be updated. Some can probably be deleted. (Compare the related T335129.)
- What would need to be done to remove the message entirely?
- …?