Last modified: 2011-05-15 10:08:04 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T29681, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27681 - Set $namespaceGenderAliases for Portuguese (pt and pt-br)
Set $namespaceGenderAliases for Portuguese (pt and pt-br)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
1.18.x
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 17160
Blocks: 27691
  Show dependency treegraph
 
Reported: 2011-02-24 13:49 UTC by Helder
Modified: 2011-05-15 10:08 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Helder 2011-02-24 13:49:38 UTC
+++ 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' ), 
);
----
Comment 1 Sam Reed (reedy) 2011-02-24 14:00:16 UTC
r82719

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links