r111403 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111402‎ | r111403 | r111404 >
Date:19:36, 13 February 2012
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
* (bug 34192) Namespace gender aliases for Albanian (sq)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.20 (modified) (history)
  • /trunk/phase3/languages/messages/MessagesAln.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSq.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.20
@@ -35,6 +35,8 @@
3636 regularly. Below only new and removed languages are listed, as well as
3737 changes to languages because of Bugzilla reports.
3838
 39+* (bug 34192) Namespace gender aliases for Albanian (sq)
 40+
3941 === Other changes in 1.20 ===
4042
4143 == Compatibility ==
Index: trunk/phase3/languages/messages/MessagesSq.php
@@ -56,6 +56,11 @@
5757 'Kategori_Diskutim' => NS_CATEGORY_TALK,
5858 );
5959
 60+$namespaceGenderAliases = array(
 61+ NS_USER => array( 'male' => 'Përdoruesi', 'female' => 'Përdoruesja' ),
 62+ NS_USER_TALK => array( 'male' => 'Përdoruesi_diskutim', 'female' => 'Përdoruesja_diskutim' ),
 63+);
 64+
6065 $specialPageAliases = array(
6166 'Allmessages' => array( 'TëgjithaMesazhet' ),
6267 'Allpages' => array( 'TëgjithaFaqet' ),
Index: trunk/phase3/languages/messages/MessagesAln.php
@@ -43,6 +43,8 @@
4444 'Kategori_Diskutim' => NS_CATEGORY_TALK
4545 );
4646
 47+$namespaceGenderAliases = array();
 48+
4749 $specialPageAliases = array(
4850 'Popularpages' => array( 'Faqe të famshme' ),
4951 'Search' => array( 'Kërko' ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r111547(bug 34192) Gender aliases for Albanian (Aln)...hashar15:29, 15 February 2012
r1124971.18wmf1 MFT r110646 r110647 r112028 r112186 r111928 r111935 r111403 r111547nikerabbit18:09, 27 February 2012
r1124981.19wmf1 MFT r112028 r112186 r111928 r111935 r111403 r111547nikerabbit18:11, 27 February 2012

Comments

#Comment by Hashar (talk | contribs)   09:08, 15 February 2012

Also asked to have the ALN (Gheg Albanian) equivalent https://bugzilla.wikimedia.org/show_bug.cgi?id=34192#c7

Status & tagging log