MediaWiki master
LanguageKk.php
Go to the documentation of this file.
1<?php
31 public function convertGrammar( $word, $case ) {
32 // T277689: If there's no word, then there's nothing to convert.
33 if ( $word === '' ) {
34 return '';
35 }
36 return parent::convertGrammarKk_cyrl( $word, $case );
37 }
38}
Kazakh (Қазақша)
Kazakh (Қазақша) specific code.
convertGrammar( $word, $case)
Grammatical transformations, needed for inflected languages Invoked by putting {{grammar:case|word}} ...