r107270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107269‎ | r107270 | r107271 >
Date:12:34, 25 December 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
* (bug 33367) Gendered namespaces for Czech
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/languages/messages/MessagesCs.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -239,6 +239,7 @@
240240 * (bug 29405, bug 30809) Lower diacritics are invisible in titles in Indic
241241 languages Assamese, Bengali, Hindi, Malyalam and Odiya.
242242 * (bug 32826) Titles in indic languages are partially cut.
 243+* (bug 33367) Gendered namespaces for Czech
243244
244245 === Other changes in 1.19 ===
245246 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
Index: trunk/phase3/languages/messages/MessagesCs.php
@@ -49,8 +49,6 @@
5050 );
5151
5252 $namespaceAliases = array(
53 - 'Uživatelka' => NS_USER, # female complement
54 - 'Diskuse_s_uživatelkou' => NS_USER_TALK, # female complement
5553 'Uživatel_diskuse' => NS_USER_TALK, # old literal translation backward compatibility
5654 'Uživatelka_diskuse' => NS_USER_TALK, # female complement to old literal translation style
5755 '$1_diskuse' => NS_PROJECT_TALK, # old literal translation backward compatibility
@@ -61,6 +59,11 @@
6260 'Kategorie_diskuse' => NS_CATEGORY_TALK, # old literal translation backward compatibility
6361 );
6462
 63+$namespaceGenderAliases = array(
 64+ NS_USER => array( 'male' => 'Uživatel', 'female' => 'Uživatelka' ),
 65+ NS_USER_TALK => array( 'male' => 'Diskuse_s_uživatelem', 'female' => 'Diskuse_s_uživatelkou' ),
 66+);
 67+
6568 /**
6669 * Date formats list for Special:Preferences
6770 * see $dateFormats for definitions

Sign-offs

UserFlagDate
Raymondtested18:21, 25 December 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r107378I18ndeploy...nikerabbit13:32, 27 December 2011

Status & tagging log