37 $grammarForms = MediaWikiServices::getInstance()->getMainConfig()
38 ->get( MainConfigNames::GrammarForms );
39 if ( isset( $grammarForms[$this->
getCode()][$case][$word] ) ) {
40 return $grammarForms[$this->
getCode()][$case][$word];
Hungarian localisation for MediaWiki.
convertGrammar( $word, $case)
Base class for language-specific code.
getCode()
Get the internal language code for this language object.
A class containing constants representing the names of configuration variables.