Page MenuHomeWickedGov Phorge

LanguageKk.php
No OneTemporary

Size
573 B
Referenced Files
None
Subscribers
None

LanguageKk.php

<?php
/**
* @license GPL-2.0-or-later
* @file
*/
/**
* Kazakh (Қазақша) specific code.
*
* This handles Cyrillic, Latin and Arabic scripts for Kazakh.
* Right now, we distinguish `kk_cyrl`, `kk_latn`, `kk_arab`, `kk_kz`, `kk_tr`,
* and `kk_cn`.
*
* @ingroup Languages
*/
class LanguageKk extends LanguageKk_cyrl {
/** @inheritDoc */
public function convertGrammar( $word, $case ) {
// T277689: If there's no word, then there's nothing to convert.
if ( $word === '' ) {
return '';
}
return parent::convertGrammarKk_cyrl( $word, $case );
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 18, 10:05 (12 h, 51 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/9f/87a9df877efdd19bfc822cd214ea
Default Alt Text
LanguageKk.php (573 B)

Event Timeline