MediaWiki
master
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
}
$s
$s
Definition:
mergeMessageFileList.php:186
LanguageAr\normalize
normalize( $s)
Temporary hack for T11413: replace Arabic presentation forms with their standard equivalents.
Definition:
LanguageAr.php:43
LanguageAr
Arabic (العربية)
Definition:
LanguageAr.php:30
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:3037
$IP
$IP
Definition:
WebStart.php:49
Language
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition:
Language.php:42
languages
classes
LanguageAr.php
Generated on Thu Jan 28 2021 10:10:35 for MediaWiki by
1.8.19