r82083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82082‎ | r82083 | r82084 >
Date:21:35, 13 February 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Bug 27385 - Set Polish $namespaceGenderAliases (r82029)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesPl.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesPl.php
@@ -59,6 +59,10 @@
6060 'Dyskusja_grafiki' => NS_FILE_TALK,
6161 );
6262
 63+$namespaceGenderAliases = array(
 64+ NS_USER => array( 'male' => 'Użytkownik', 'female' => 'Użytkowniczka' ),
 65+ NS_USER_TALK => array( 'male' => 'Dyskusja_użytkownika', 'female' => 'Dyskusja_użytkowniczki' ),
 66+);
6367
6468 $dateFormats = array(
6569 'mdy time' => 'H:i',

Follow-up revisions

RevisionCommit summaryAuthorDate
r85151MFT: r82000, r82004, r82020, r82025, r82038, r82039, r82048, r82070, r82081, ...demon20:39, 1 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82029* (bug 17160) Gender specific display text for User namespace...nikerabbit20:40, 12 February 2011

Comments

#Comment by Hashar (talk | contribs)   09:18, 23 February 2011

Marking for 1.17 although I am not sure the gender feature is in 1.17.

Status & tagging log