https://bugzilla.wikimedia.org/show_bug.cgi?id=27398
--- Comment #14 from Leinad <[email protected]> 2011-06-28 23:34:55 UTC --- On http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesPl.php?view=markup there is: $namespaceGenderAliases = array( NS_USER => array( 'male' => 'Użytkownik', 'female' => 'Użytkowniczka' ), NS_USER_TALK => array( 'male' => 'Dyskusja_użytkownika', 'female' => 'Dyskusja_użytkowniczki' ), ); and on http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php there is: 'wgExtraNamespaces' => array( 'plwiki' => array( NS_USER => 'Wikipedysta', # Lower case w in wikipedysty as per bug #10064 NS_USER_TALK => 'Dyskusja_wikipedysty', ), if you deploy current svn verion, it will reset current configured for Polish Wikipedia user namespace (details at the top of this bug). -- 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
