33 MediaWikiServices::getInstance()->getMainConfig()->get( MainConfigNames::GrammarForms );
34 if ( isset( $grammarForms[
'hsb'][$case][$word] ) ) {
35 return $grammarForms[
'hsb'][$case][$word];
39 case 'instrumental': # instrumental
42 case 'lokatiw': # lokatiw
43 $word =
'wo ' . $word;
47 # this will return the original value for 'nominatiw' (nominativ) and
48 # all undefined case values.
Upper Sorbian (Hornjoserbsce)
convertGrammar( $word, $case)
Grammatical transformations, needed for inflected languages Invoked by putting {{grammar:case|word}} ...
Base class for language-specific code.
A class containing constants representing the names of configuration variables.