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

Opraco <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://pt.wikipedia.org/wi
                   |                            |ki/Wikipédia:Esplanada/prop
                   |                            |ostas/Sexo_nos_domínios_de_
                   |                            |usuários_(7out2011)

--- Comment #4 from Opraco <[email protected]> 2011-10-19 01:13:22 UTC ---
(In reply to comment #1)
> Ptwiki don't use default MediaWiki user namespace, because you set
> $wgExtraNamespaces, so no changes with genderized user namespace happen after
> deployment 1.18. You have to set $wgExtraGenderNamespaces.
> 
> If I didn't make a mistake, you should request to set:
> 
> $wgExtraGenderNamespaces = array(
>         NS_USER => array( 'male' => 'Usuário', 'female' => 'Usuária' ),
>         NS_USER_TALK => array( 'male' => 'Usuário_Discussão', 'female' =>
> 'Usuária_Discussão' ),
> );
> 
> and to set neutral form (imho you have to provide community consensus) you 
> have
> to change configuration of $wgExtraNamespaces: 
> 
> 'wgExtraNamespaces' => array(
>         NS_USER => 'Usuário(a)',
>         NS_USER_TALK => 'Usuário(a) Discussão',
> ),

Exactly. Local consensus can be found at
[[w:pt:Wikipédia:Esplanada/propostas/Sexo nos domínios de usuários
(7out2011)]]. Thank you for the attention.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to