MediaWiki REL1_35
LanguageAr.php
Go to the documentation of this file.
1<?php
30class 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
Definition WebStart.php:49
Arabic (العربية)
normalize( $s)
Temporary hack for T11413: replace Arabic presentation forms with their standard equivalents.
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition Language.php:41
transformUsingPairFile( $file, $string, $basePath=null)
Transform a string using serialized data stored in the given file (which must be in the serialized su...