MediaWiki
master
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
includes
languages
LanguageAz.php
Generated on Wed Sep 18 2024 07:23:31 for MediaWiki by
1.10.0