Seems to work fine for me: https://de.wikipedia.org/wiki/Spezial:Letzte_%C3%84nderungen?uselang=de-form...
On Fri, Jul 22, 2022 at 7:05 AM RhinosF1 - rhinosf1@gmail.com wrote:
It is probably worth opening a bug on Phabricator. As far as I can tell Special:MyLanguage ( https://github.com/wikimedia/mediawiki/blob/master/includes/specials/Special...) does not include any logic for using the fallback languages which for de-formal is de.
It's right there https://github.com/wikimedia/mediawiki/blob/511db434346a481b114ef61c97756287746315cf/includes/specials/SpecialMyLanguage.php#L165-L174. Of course, that's based on the language you have set on mediawiki.org, not the linking wiki.
In any case, the SpecialRecentChanges help link is hardcoded https://github.com/wikimedia/mediawiki/blob/511db434346a481b114ef61c97756287746315cf/includes/specials/SpecialRecentChanges.php#L203 to https://meta.wikimedia.org/wiki/Special:MyLanguage/Help:Recent_changes , language settings have nothing to do with it.