Summary
The check for whether MediaWiki-extensions-LiquidThreads is loaded in WikimediaMessages is using the wrong name for the extension. This is causing millions of translation-problem errors
Background
- WikimediaMessages is checking if MediaWiki-extensions-LiquidThreads is installed, and if not it is defining the liquidthreads log type
- However, this check is using the wrong name for the extension. The name is the one defined in the name key of extension.json. Therefore, it should be Liquid Threads not LiquidThreads
- This bug is causing millions of translation-problem logs to be created, because the log type is defined twice
Acceptance criteria
- The translation-problem logs are no longer created
