https://bugzilla.wikimedia.org/show_bug.cgi?id=32189
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Roan Kattouw <[email protected]> 2011-11-08 10:40:03 UTC --- Interlanguage links in the sidebar are just that -- interLANGUAGE links. The way MediaWiki decides whether a link is an interlanguage link is literally by checking if the prefix is listed in languages/Names.php , which contains a map of all language codes and their names. 'oldwikisource' is not a language code, and it doesn't represent a language. Putting an entry saying 'old wikisource' in the "Languages" header would make no sense. I'm assuming the real problem you're trying to solve is not "oldwikisource should appear in the languages list", but something else like "language XYZ doesn't have its own wikisource, so those pages live on oldwikisource where we can't create interlanguage links to it"? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
