Index: trunk/phase3/languages/classes/LanguageEt.php |
— | — | @@ -16,11 +16,4 @@ |
17 | 17 | return $_; |
18 | 18 | } |
19 | 19 | } |
20 | | - |
21 | | - function convertGrammar( $word, $case ) { |
22 | | - global $wgGrammarForms; |
23 | | - if ( isset( $wgGrammarForms['et'][$case][$word] ) ) { |
24 | | - return $wgGrammarForms['et'][$case][$word]; |
25 | | - } |
26 | | - } |
27 | 20 | } |