Fatal spelling mistake
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 9 Jan 2006 21:53:07 +0000 (21:53 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 9 Jan 2006 21:53:07 +0000 (21:53 +0000)
languages/LanguageGa.php

index d132547..031579b 100755 (executable)
@@ -1901,7 +1901,7 @@ class LanguageGa extends LanguageUtf8 {
        function LanguageGa() {
                global $wgNamespaceNamesGa, $wgMetaNamespace;
                LanguageUtf8::LanguageUtf8();
-               $wgNamespaceNamesGa[NS_PROJECT_TALK] = 'Plé_' . $this->convertGrammar( $wgMetaNamespace, 'genivite' );
+               $wgNamespaceNamesGa[NS_PROJECT_TALK] = 'Plé_' . $this->convertGrammar( $wgMetaNamespace, 'genitive' );
        }
 
        function getNamespaces() {
@@ -1972,13 +1972,13 @@ class LanguageGa extends LanguageUtf8 {
                switch ( $what ) {
                case 'genitive':
                        switch ($word) {
-                       case 'Vicipéid':     $word = 'Vicipéide';
-                       case 'Vicífhoclóir': $word = 'Vicífhoclóra';
-                       case 'Vicíleabhair': $word = 'Vicíleabhar';
-                       case 'Vicíshliocht': $word = 'Vicíshleachta';
-                       case 'Vicífhoinse':  $word = 'Vicífhoinse';
-                       case 'Vicíghnéithe': $word = 'Vicíghnéithe';
-                       case 'Vicínuacht':   $word = 'Vicínuachta';
+                       case 'Vicipéid':     $word = 'Vicipéide'; break;
+                       case 'Vicífhoclóir': $word = 'Vicífhoclóra'; break;
+                       case 'Vicíleabhair': $word = 'Vicíleabhar'; break;
+                       case 'Vicíshliocht': $word = 'Vicíshleachta'; break;
+                       case 'Vicífhoinse':  $word = 'Vicífhoinse'; break;
+                       case 'Vicíghnéithe': $word = 'Vicíghnéithe'; break;
+                       case 'Vicínuacht':   $word = 'Vicínuachta'; break;
                        }
 
                case 'ainmlae':