MediaWiki  REL1_19
LanguageTr Class Reference

Turkish (Türkçe) More...

Inheritance diagram for LanguageTr:
Collaboration diagram for LanguageTr:

List of all members.

Public Member Functions

 lcfirst ($string)
 ucfirst ($string)

Detailed Description

Turkish (Türkçe)

Turkish has two different i, one with a dot and another without a dot. They are totally different letters in this language, so we have to override the ucfirst and lcfirst methods. See http://en.wikipedia.org/wiki/Dotted_and_dotless_I and

Bug:
28040

Definition at line 13 of file LanguageTr.php.


Member Function Documentation

LanguageTr::lcfirst ( string)
Parameters:
$stringstring
Returns:
mixed|string

Reimplemented from Language.

Definition at line 31 of file LanguageTr.php.

LanguageTr::ucfirst ( string)
Parameters:
$stringstring
Returns:
string

Reimplemented from Language.

Definition at line 19 of file LanguageTr.php.


The documentation for this class was generated from the following file: