Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427052
LanguageAz.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
375 B
Referenced Files
None
Subscribers
None
LanguageAz.php
View Options
<?php
/**
* @license GPL-2.0-or-later
* @file
*/
use
MediaWiki\Language\Language
;
/**
* Azerbaijani (Azərbaycan) specific code.
*
* @ingroup Languages
*/
class
LanguageAz
extends
Language
{
/** @inheritDoc */
public
function
ucfirst
(
$str
)
{
if
(
str_starts_with
(
$str
,
'i'
)
)
{
return
'İ'
.
substr
(
$str
,
1
);
}
return
parent
::
ucfirst
(
$str
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 14:08 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8e/f9/1da23d156ddbbbd9758c91ce1052
Default Alt Text
LanguageAz.php (375 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment