MediaWiki
master
LanguageKk.php
Go to the documentation of this file.
1
<?php
30
class
LanguageKk
extends
LanguageKk_cyrl
{
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
}
LanguageKk_cyrl
Kazakh (Қазақша)
Definition
LanguageKk_cyrl.php:30
LanguageKk
Kazakh (Қазақша) specific code.
Definition
LanguageKk.php:30
LanguageKk\convertGrammar
convertGrammar( $word, $case)
Definition
LanguageKk.php:31
includes
languages
LanguageKk.php
Generated on Fri Sep 20 2024 06:23:31 for MediaWiki by
1.10.0