MediaWiki master
LanguageKk.php
Go to the documentation of this file.
1<?php
18 public function convertGrammar( $word, $case ) {
19 // T277689: If there's no word, then there's nothing to convert.
20 if ( $word === '' ) {
21 return '';
22 }
23 return parent::convertGrammarKk_cyrl( $word, $case );
24 }
25}
Kazakh (Қазақша)
Kazakh (Қазақша) specific code.
convertGrammar( $word, $case)
Grammatical transformations, needed for inflected languages Invoked by putting {{grammar:case|word}} ...