Add $namespaceGenderAliases for 'eo'
authorraymond <raimond.spekking@gmail.com>
Wed, 8 May 2013 10:11:58 +0000 (12:11 +0200)
committerNikerabbit <niklas.laxstrom@gmail.com>
Tue, 21 May 2013 05:51:47 +0000 (05:51 +0000)
Per discussion on
https://de.wikipedia.org/w/index.php?title=Benutzer_Diskussion:Raymond&oldid=118297156#Benutzernamensraum_ignoriert_Einstellung_bei_.22Geschlecht.22

Change-Id: I4a46d0d50a247b028d8cf84a7da30300b19cf07b

languages/messages/MessagesEo.php

index 68c59ec..0c00b76 100644 (file)
@@ -79,6 +79,11 @@ $namespaceAliases = array(
        'Kategoria_diskuto'    => NS_CATEGORY_TALK,
 );
 
+$namespaceGenderAliases = array(
+       NS_USER => array( 'male' => 'Uzanto', 'female' => 'Uzantino' ),
+       NS_USER_TALK => array( 'male' => 'Uzanto-Diskuto', 'female' => 'Uzantino-Diskuto' ),
+);
+
 $specialPageAliases = array(
        'Activeusers'               => array( 'Aktivaj_uzantoj' ),
        'Allmessages'               => array( 'Ĉiuj_mesaĝoj' ),