33 $grammarForms = MediaWikiServices::getInstance()->getMainConfig()
34 ->get( MainConfigNames::GrammarForms );
35 if ( isset( $grammarForms[$this->
getCode()][$case][$word] ) ) {
36 return $grammarForms[$this->
getCode()][$case][$word];
Hungarian localisation for MediaWiki.
convertGrammar( $word, $case)
Grammatical transformations, needed for inflected languages Invoked by putting {{grammar:case|word}} ...
A class containing constants representing the names of configuration variables.