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

       Web browser: ---
             Bug #: 31986
           Summary: Fix gender in user namespaces for Portuguese wikis
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Unprioritized
         Component: Internationalization
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: mybugs.m...@gmail.com
                CC: niklas.laxst...@gmail.com, s.mazel...@xs4all.nl
            Blocks: 28425
    Classification: Unclassified


I'm forking this request from bug 31459, to avoid confusion.

Currently, if we setup a new wiki using MW 1.18 and set
    $wgLanguageCode = "pt"
, and then create an user account "Female", and its user and user talk pages,
we will have all the following links pointing to its user and user talk pages:
* [[User:Female]] / [[User talk:Female]]
* [[Utilizador:Female]] / [[Utilizador Discussão:Female]]
* [[Utilizadora:Female]] / [[Utilizadora Discussão:Female]]
* [[Usuário:Female]] / [[Usuário Discussão:Female]]
and the title text of all links will be the same "Utilizadora:Female" /
"Utilizadora Discussão:Female". This is the expected behavior.

But there are more links which, for consistency, should be working by default
on any MediaWiki installation (even outside Wikimedia world), and currently
doesn't:
* [[Usuária:Female]] / [[Usuária Discussão:Female]]
At the moment, both links point to pages on NS_MAIN, instead of the
corresponding NS_USER and NS_USER_TALK pages.

Besides, the current default text of NS_USER and NS_USER_TALK namespaces for
users having "undisclosed" gender is "Utilizador" and "Utilizador Discussão",
respectively, but this corresponds to the "Male" form. When we don't know what
is the gender of someone (very common in the case of new users), we prefer to
use "Utilizador(a)" (or "Usuário(a)" if we are from Brazil). So, the default
namespace names should also be changed so that
* If $wgLanguageCode = "pt", MediaWiki shows by defaul:
** NS_USER = "Utilizador(a)"
** NS_USER_TALK = "Utilizador(a) Discussão"
* If $wgLanguageCode = "pt-br", MediaWiki shows by defaul:
** NS_USER = "Usuário(a)"
** NS_USER_TALK = "Usuário(a) Discussão"

These changes are valid for every wiki (except ptwiki, which uses
$wgLanguageCode = "pt" but prefer to have the pt-BR version of the names by
default, i.e. the "Usuári..." instead of "Utilizador...").

-- 
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