MediaWiki
1.42.1
LanguageAz.php
Go to the documentation of this file.
1
<?php
26
class
LanguageAz
extends
Language
{
27
28
public
function
ucfirst
( $str ) {
29
if
( substr( $str, 0, 1 ) ===
'i'
) {
30
return
'İ'
. substr( $str, 1 );
31
}
32
return
parent::ucfirst( $str );
33
}
34
}
LanguageAz
Azerbaijani (Azərbaycan) specific code.
Definition
LanguageAz.php:26
LanguageAz\ucfirst
ucfirst( $str)
Definition
LanguageAz.php:28
Language
Base class for language-specific code.
Definition
Language.php:63
includes
languages
LanguageAz.php
Generated on Thu Jun 27 2024 15:59:12 for MediaWiki by
1.10.0