r82719 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82718‎ | r82719 | r82720 >
Date:13:59, 24 February 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
* (bug 27681) Set $namespaceGenderAliases for Portuguese (pt and pt-br)


Add release notes for 2 other language bugs too
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesPt.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesPt_br.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesPt_br.php
@@ -69,6 +69,10 @@
7070 'Ficheiro_Discussão' => NS_FILE_TALK,
7171 );
7272
 73+$namespaceGenderAliases = array(
 74+ NS_USER => array( 'male' => 'Usuário', 'female' => 'Usuária' ),
 75+ NS_USER_TALK => array( 'male' => 'Usuário_Discussão', 'female' => 'Usuária_Discussão' ),
 76+);
7377
7478 $defaultDateFormat = 'dmy';
7579
Index: trunk/phase3/languages/messages/MessagesPt.php
@@ -72,6 +72,11 @@
7373 'Arquivo_Discussão' => NS_FILE_TALK,
7474 );
7575
 76+$namespaceGenderAliases = array(
 77+ NS_USER => array( 'male' => 'Utilizador', 'female' => 'Utilizadora' ),
 78+ NS_USER_TALK => array( 'male' => 'Utilizador_Discussão', 'female' => 'Utilizadora_Discussão' ),
 79+);
 80+
7681 $defaultDateFormat = 'dmy';
7782
7883 $dateFormats = array(
Index: trunk/phase3/RELEASE-NOTES
@@ -189,6 +189,9 @@
190190 * (bug 17160) Gender specific display text for User namespace
191191 * Link trail added for sl and sh
192192 * (bug 27633) Add characters to linkTrail for Potuguese (pt and pt-br)
 193+* (bug 27426) Set $namespaceGenderAliases for Arabic (ar)
 194+* (bug 27385) Set Polish $namespaceGenderAliases
 195+* (bug 27681) Set $namespaceGenderAliases for Portuguese (pt and pt-br)
193196
194197 == Compatibility ==
195198

Comments

#Comment by Hashar (talk | contribs)   14:06, 24 February 2011

We need to initiate a project to get gender support for all languages we support and mark this as blocking 1.18. Then we will only have one line in the release notes :)

#Comment by He7d3r (talk | contribs)   14:54, 24 February 2011

Good idea, since $namespaceGenderAliases is already defined in 7 language files.

#Comment by Hashar (talk | contribs)   20:15, 24 February 2011

Idea logged as bug 27691

Status & tagging log