https://bugzilla.wikimedia.org/show_bug.cgi?id=17898
Lejonel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Lejonel <[email protected]> 2009-03-20 21:48:52 UTC --- > Could it be fixed by setting an internal alias of "Wiktionary" for "Project"? I think it can. Here are som sample lines from http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php 'wgNamespaceAliases' => array( // defaults to aid when things are switched 'wiktionary' => array( 'Wiktionary' => NS_PROJECT ), 'iswiktionary' => array( 'Wiktionary' => NS_PROJECT, 'Wikiorðabókspjall' => 5, ), 'mlwiktionary' => array( 'വിക്കി_നിഘണ്ടു' => NS_PROJECT, 'വിക്കി_നിഘണ്ടു_സംവാദം' => NS_PROJECT_TALK, ), 'ukwiktionary' => array( 'ВС' => NS_PROJECT, ), There is an alias by default on Wiktionaries with no customised aliases. But Wiktionaries with customised aliases override the defaults and have to set the alias "locally" (if they want it, but it seems like a good idea), like for Icelandic Wiktionary. (The config files shows some other Wiktionaries and other projects with the same problem.) -- 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
