|
MediaWiki
REL1_19
|
class that handles Cyrillic, Latin and Arabic scripts for Kazakh right now it only distinguish kk_cyrl, kk_latn, kk_arab and kk_kz, kk_tr, kk_cn. More...


Public Member Functions | |
| __construct () | |
| convertGrammar ($word, $case) | |
| isRTL () | |
| Work around for right-to-left direction support in kk-arab and kk-cn. | |
| lcfirst ($string) | |
| It fixes issue with lcfirst for transforming 'I' to 'ı'. | |
| ucfirst ($string) | |
| It fixes issue with ucfirst for transforming 'i' to 'İ'. | |
class that handles Cyrillic, Latin and Arabic scripts for Kazakh right now it only distinguish kk_cyrl, kk_latn, kk_arab and kk_kz, kk_tr, kk_cn.
Definition at line 403 of file LanguageKk.php.
| LanguageKk::convertGrammar | ( | $ | word, |
| $ | case | ||
| ) |
| $word | string |
| $case | string |
Reimplemented from Language.
Definition at line 478 of file LanguageKk.php.
References LanguageKk_cyrl\convertGrammarKk_arab(), LanguageKk_cyrl\convertGrammarKk_cyrl(), LanguageKk_cyrl\convertGrammarKk_latn(), Language\getPreferredVariant(), wfProfileIn(), and wfProfileOut().

Work around for right-to-left direction support in kk-arab and kk-cn.
Reimplemented from Language.
Definition at line 430 of file LanguageKk.php.
References Language\getPreferredVariant().

| LanguageKk::lcfirst | ( | $ | string | ) |
It fixes issue with lcfirst for transforming 'I' to 'ı'.
| $string | string |
Reimplemented from Language.
Definition at line 463 of file LanguageKk.php.
References Language\getPreferredVariant().

| LanguageKk::ucfirst | ( | $ | string | ) |
It fixes issue with ucfirst for transforming 'i' to 'İ'.
| $string | string |
Reimplemented from Language.
Definition at line 446 of file LanguageKk.php.
References Language\getPreferredVariant().
