Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F33797
LanguageKk.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
573 B
Referenced Files
None
Subscribers
None
LanguageKk.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment