https://bugzilla.wikimedia.org/show_bug.cgi?id=27902
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Ashar Voultoiz <[email protected]> 2011-03-06 18:48:35 UTC --- The root cause is most probably r76266 which made MediaWiki uses non wikipedia default for namespaces: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesDa.php?&pathrev=76266&r1=76265&r2=76266 Fixed by adding them in $wgExtraNamespaces which overrides the language files. + 'dawiki' => array( + NS_PROJECT_TALK => 'Wikipedia-diskussion', # bug 27902 + NS_MEDIAWIKI_TALK => 'MediaWiki-diskussion', # bug 27902 100 => 'Portal', 101 => 'Portaldiskussion', 102 => 'Artikeldata', 103 => 'Artikeldatadiskussion' Verified by looking at Special:Search : http://da.wikipedia.org/w/index.php?title=Speciel:S%C3%B8gning&fulltext=S%C3%B8g&advanced=1&ns0=1&redirs=0&search= Should we change the Help page too? (Hjælp diskussion -> Hjælp-diskussion). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
