Author: danny.leinad
Description:
Per bug10064, bug17160 and bug27398, please enable $wgExtraGenderNamespaces on plwiki with the following configuration:
$wgExtraGenderNamespaces = array(
NS_USER => array( 'male' => 'Wikipedysta', 'female' => 'Wikipedystyka' ),
NS_USER_TALK => array( 'male' => 'Dyskusja_wikipedysty', 'female' => 'Dyskusja_wikipedystki' ),
);
You have to make live this configuration before MediaWiki 1.18 deployment, because changes from bug27385 without the above configuration will cause problem with namespaces on Polish Wikipedia - users with specified in Preferences "male" gender will still have namespace "Wikipedysta:", but users with specified "female" gender will get namespace "Użytkowniczka:".
Version: unspecified
Severity: enhancement