MediaWiki
master
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
}
$s
$s
Definition:
mergeMessageFileList.php:186
LanguageMl\normalize
normalize( $s)
Temporary hack for the issue described at http://permalink.gmane.org/gmane.science....
Definition:
LanguageMl.php:44
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
LanguageMl
Malayalam (മലയാളം)
Definition:
LanguageMl.php:29
Language
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition:
Language.php:42
languages
classes
LanguageMl.php
Generated on Mon Jan 25 2021 07:10:04 for MediaWiki by
1.8.19