MediaWiki
REL1_35
LanguageMl.php
Go to the documentation of this file.
1
<?php
29
class
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
$IP
Definition
WebStart.php:49
LanguageMl
Malayalam (മലയാളം)
Definition
LanguageMl.php:29
LanguageMl\normalize
normalize( $s)
Temporary hack for the issue described at http://permalink.gmane.org/gmane.science....
Definition
LanguageMl.php:44
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
LanguageMl.php
Generated on Sat Apr 6 2024 00:08:09 for MediaWiki by
1.9.8