* (bug 19968) Fixed "Project talk" namespace name for Maltese (mt)
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jul 2009 18:18:25 +0000 (18:18 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jul 2009 18:18:25 +0000 (18:18 +0000)
Old namespace name added in alias list for b/c

RELEASE-NOTES
languages/messages/MessagesMt.php

index b6a218f..f4fd47d 100644 (file)
@@ -420,6 +420,7 @@ changes to languages because of MediaZilla reports.
 * (bug 19630) Added ÄäÇçĞğŇňÖöŞşÜüÝýŽž to Turkmen (tk) linktrail
 * (bug 19949) New linktrail for Greek (el)
 * (bug 19809) Korean (North Korea) (ko-kp) (new)
+* (bug 19968) Fixed "Project talk" namespace name for Maltese (mt)
 
 == Compatibility ==
 
index 769b9ba..4297a68 100644 (file)
@@ -20,7 +20,7 @@ $namespaceNames = array(
        NS_TALK             => 'Diskussjoni',
        NS_USER             => 'Utent',
        NS_USER_TALK        => 'Diskussjoni_utent',
-       NS_PROJECT_TALK     => '$1_diskussjoni',
+       NS_PROJECT_TALK     => 'Diskussjoni_$1',
        NS_FILE             => 'Stampa',
        NS_FILE_TALK        => 'Diskussjoni_stampa',
        NS_MEDIAWIKI        => 'MediaWiki',
@@ -38,6 +38,7 @@ $namespaceAliases = array(
        'Diskuti' => NS_TALK,
        'Diskuti_utent' => NS_USER_TALK,
        '$1_diskuti' => NS_PROJECT_TALK,
+       '$1_diskussjoni' => NS_PROJECT_TALK,
        'Diskuti_stampa' => NS_FILE_TALK,
        'MedjaWiki' => NS_MEDIAWIKI,
        'Diskuti_MedjaWiki' => NS_MEDIAWIKI_TALK,