MediaWiki REL1_35
LanguageMl.php
Go to the documentation of this file.
1<?php
29class LanguageMl extends Language {
44 public function normalize( $s ) {
45 global $IP;
46 $s = parent::normalize( $s );
47 $s = $this->transformUsingPairFile( 'normalize-ml.php', $s, $IP );
48 return $s;
49 }
50}
$IP
Definition WebStart.php:49
Malayalam (മലയാളം)
normalize( $s)
Temporary hack for the issue described at http://permalink.gmane.org/gmane.science....
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...