https://bugzilla.wikimedia.org/show_bug.cgi?id=27681

           Summary: Set $namespaceGenderAliases for Portuguese (pt and
                    pt-br)
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Internationalization
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: mybugs.m...@gmail.com
                CC: s.mazel...@xs4all.nl, menous...@yahoo.com,
                    roan.katt...@gmail.com
        Depends on: 17160


+++ This bug was initially created as a clone of Bug #27426 +++
This is another followup to r82029 (similar to Bug 27385)

Please set $namespaceGenderAliases for Portuguese (pt and pt-br). 

Aliases for pt:
----
$namespaceGenderAliases = array(
    NS_USER => array( 'male' => 'Utilizador', 'female' => 'Utilizadora' ),
    NS_USER_TALK => array( 'male' => 'Utilizador_Discussão', 'female' =>
'Utilizadora_Discussão' ), 
);
----

Aliases for pt-br:
----
$namespaceGenderAliases = array(
    NS_USER => array( 'male' => 'Usuário', 'female' => 'Usuária' ),
    NS_USER_TALK => array( 'male' => 'Usuário_Discussão', 'female' =>
'Usuária_Discussão' ), 
);
----

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to