34 MediaWikiServices::getInstance()->getMainConfig()->get( MainConfigNames::GrammarForms );
35 if ( isset( $grammarForms[
'dsb'][$case][$word] ) ) {
36 return $grammarForms[
'dsb'][$case][$word];
40 case 'instrumental': # instrumental
43 case 'lokatiw': # lokatiw
44 $word =
'wo ' . $word;
48 # this will return the original value for 'nominatiw' (nominativ) and
49 # all undefined case values.
Lower Sorbian (Dolnoserbski) specific code.
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.