We expect all language fallback chains for Terms (i.e. Labels, Descriptions, and Aliases) to end with the content language for that repository. In the case of Wikidata that would be English (`'en'`). These chains are constructed in `\Wikibase\Lib\LanguageFallbackChainFactory\Wikibase\Lib\LanguageFallbackChainFactory`.
**Acceptance criteria**
* [ ] adjust the construction of that chain in `LanguageFallbackChainFactory`
** consider refactoring it first as it has a very high cyclomatic complexity and uses quite a lot of deprecated methods
** That would likely need adjusting of the constructor of the `LanguageFallbackChainFactory` in GenericServices to inject the respective content language
*** This is thus related to T260163 and {T205268}
* [ ] consider adjusting `TermLanguageFallbackChain` itself to always return at least `en`
* if it was decided not to take the actions above, consider adding tracking to the fallback behavior added in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/618703 so that we better understand the reasons for the chain being empty
**Notes:**
This has already caused the following incidents:
* {T259744}
* {T259745}