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