MediaWiki
master
LanguageAz.php
Go to the documentation of this file.
1
<?php
7
use
MediaWiki\Language\Language
;
8
14
class
LanguageAz
extends
Language
{
15
17
public
function
ucfirst
( $str ) {
18
if
( str_starts_with( $str,
'i'
) ) {
19
return
'İ'
. substr( $str, 1 );
20
}
21
return
parent::ucfirst( $str );
22
}
23
}
LanguageAz
Azerbaijani (Azərbaycan) specific code.
Definition
LanguageAz.php:14
LanguageAz\ucfirst
ucfirst( $str)
string The string with uppercase conversion applied to the first character
Definition
LanguageAz.php:17
MediaWiki\Language\Language
Base class for language-specific code.
Definition
Language.php:69
includes
Languages
LanguageAz.php
Generated on Sun Dec 7 2025 06:25:13 for MediaWiki by
1.10.0