MediaWiki
REL1_35
LanguageAr.php
Go to the documentation of this file.
1
<?php
30
class
LanguageAr
extends
Language
{
31
43
public
function
normalize
(
$s
) {
44
global
$IP
;
45
$s
= parent::normalize(
$s
);
46
$s
= $this->
transformUsingPairFile
(
'normalize-ar.php'
,
$s
, $IP );
47
return
$s
;
48
}
49
}
$IP
$IP
Definition
WebStart.php:49
LanguageAr
Arabic (العربية)
Definition
LanguageAr.php:30
LanguageAr\normalize
normalize( $s)
Temporary hack for T11413: replace Arabic presentation forms with their standard equivalents.
Definition
LanguageAr.php:43
Language
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition
Language.php:41
Language\transformUsingPairFile
transformUsingPairFile( $file, $string, $basePath=null)
Transform a string using serialized data stored in the given file (which must be in the serialized su...
Definition
Language.php:3039
$s
$s
Definition
mergeMessageFileList.php:185
languages
classes
LanguageAr.php
Generated on Sat Apr 6 2024 00:08:08 for MediaWiki by
1.9.8