hsb -> dsb
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 8 Aug 2008 20:35:57 +0000 (20:35 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 8 Aug 2008 20:35:57 +0000 (20:35 +0000)
languages/classes/LanguageDsb.php

index 8888799..7d069a0 100644 (file)
@@ -11,8 +11,8 @@ class LanguageDsb extends Language {
 
        function convertGrammar( $word, $case ) {
                global $wgGrammarForms;
-               if ( isset( $wgGrammarForms['hsb'][$case][$word] ) ) {
-                       return $wgGrammarForms['hsb'][$case][$word];
+               if ( isset( $wgGrammarForms['dsb'][$case][$word] ) ) {
+                       return $wgGrammarForms['dsb'][$case][$word];
                }
 
                switch ( $case ) {