Index: trunk/phase3/RELEASE-NOTES-1.20 |
— | — | @@ -35,6 +35,8 @@ |
36 | 36 | regularly. Below only new and removed languages are listed, as well as |
37 | 37 | changes to languages because of Bugzilla reports. |
38 | 38 | |
| 39 | +* (bug 34192) Namespace gender aliases for Albanian (sq) |
| 40 | + |
39 | 41 | === Other changes in 1.20 === |
40 | 42 | |
41 | 43 | == Compatibility == |
Index: trunk/phase3/languages/messages/MessagesSq.php |
— | — | @@ -56,6 +56,11 @@ |
57 | 57 | 'Kategori_Diskutim' => NS_CATEGORY_TALK, |
58 | 58 | ); |
59 | 59 | |
| 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 | + |
60 | 65 | $specialPageAliases = array( |
61 | 66 | 'Allmessages' => array( 'TëgjithaMesazhet' ), |
62 | 67 | 'Allpages' => array( 'TëgjithaFaqet' ), |
Index: trunk/phase3/languages/messages/MessagesAln.php |
— | — | @@ -43,6 +43,8 @@ |
44 | 44 | 'Kategori_Diskutim' => NS_CATEGORY_TALK |
45 | 45 | ); |
46 | 46 | |
| 47 | +$namespaceGenderAliases = array(); |
| 48 | + |
47 | 49 | $specialPageAliases = array( |
48 | 50 | 'Popularpages' => array( 'Faqe të famshme' ), |
49 | 51 | 'Search' => array( 'Kërko' ), |