"<p id="userloginlink"><p>Don't have an account" is illegal xhtml
[mediawiki.git] / languages / classes / LanguageHu.php
blob7845bdbb7b3a75b19293374d7999408d0120ec15
1 <?php
3 /** Hungarian localisation for MediaWiki
5 * @ingroup Language
6 */
7 class LanguageHu extends Language {
8 function convertGrammar( $word, $case ) {
9 global $wgGrammarForms;
10 if ( isset($wgGrammarForms[$this->getCode()][$case][$word]) ) {
11 return $wgGrammarForms[$this->getCode()][$case][$word];
14 switch ( $case ) {
15 case 'rol':
16 return $word . 'ról';
17 case 'ba':
18 return $word . 'ba';
19 case 'k':
20 return $word . 'k';