Accent aliases for namespaces 2,3
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Jan 2004 07:51:28 +0000 (07:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Jan 2004 07:51:28 +0000 (07:51 +0000)
languages/LanguageSq.php

index b4731bd..c58b8ed 100644 (file)
@@ -1026,6 +1026,8 @@ class LanguageSq extends LanguageUtf8 {
                }
                # Compatbility with alt names:
                if( 0 == strcasecmp( "Special", $text ) ) { return -1; } # So both Speciale: and Special: work
+               if( 0 == strcasecmp( "Perdoruesi", $text ) ) return 2;
+               if( 0 == strcasecmp( "Perdoruesi_diskutim", $text ) ) return 3;
                return false;
        }