Steps to replicate the issue (include links if applicable):
- i open -> https://www.mediawiki.org/wiki/Special:Version
- i see the sections Installed software and Entry point URLs
- each left column link points to a translated page (/fr) in my case
- skip now to sections Installed skins and extensions
What happens?:
- we see that starting from line "Cologne Blue" that links are hard coded to the /en page although translated pages exist
What should have happened instead?:
- I expected to be moved to the corresponding translated page either of skin or of extension
- that means a Special:MyLanguage/ is missing in front of (all Mediawiki) following link declarations
- never mind wether the translated page does not exist since fallback will be on the EN page
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.): Desktop + Vector skin.
- related topic #Special:Version_why_not_using_Special:MyLanguage_for_skins_and_extensions_? and informations given by Sam Wilson (only a few extensions have correct page links) ->
The links for skins and extensions are taken from the skin.json and extension.json files, so the changes would need to be made there.