MediaWiki
master
LanguageKk.php
Go to the documentation of this file.
1
<?php
16
class
LanguageKk
extends
LanguageKk_cyrl
{
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
}
LanguageKk_cyrl
Kazakh (Қазақша)
Definition
LanguageKk_cyrl.php:17
LanguageKk
Kazakh (Қазақша) specific code.
Definition
LanguageKk.php:16
LanguageKk\convertGrammar
convertGrammar( $word, $case)
Grammatical transformations, needed for inflected languages Invoked by putting {{grammar:case|word}} ...
Definition
LanguageKk.php:18
includes
Languages
LanguageKk.php
Generated on Sat Dec 6 2025 20:24:56 for MediaWiki by
1.10.0