MediaWiki REL1_37
LanguageAr.php
Go to the documentation of this file.
1<?php
30class LanguageAr extends Language {
31
40 public function normalize( $s ) {
41 $s = parent::normalize( $s );
42 $s = $this->transformUsingPairFile( MediaWiki\Languages\Data\NormalizeAr::class, $s );
43 return $s;
44 }
45}
Arabic (العربية)
normalize( $s)
Replace Arabic presentation forms with their standard equivalents (T11413).
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition Language.php:42
transformUsingPairFile(string $dataClass, string $input)
Transform a string using serialized data stored in the given file (which must be in the serialized su...
foreach( $mmfl['setupFiles'] as $fileName) if($queue) if(empty( $mmfl['quiet'])) $s
A helper class for throttling authentication attempts.