MediaWiki
fundraising/REL1_35
LanguageKm.php
Go to the documentation of this file.
1
<?php
30
class
LanguageKm
extends
Language
{
31
36
public
function
commafy
( $_ ) {
37
/* NO-op for Khmer. Cannot use
38
* $separatorTransformTable = [ ',' => '' ]
39
* That would break when parsing and doing strstr '' => 'foo';
40
*/
41
return
$_;
42
}
43
44
}
LanguageKm
Khmer (ភាសាខ្មែរ)
Definition
LanguageKm.php:30
LanguageKm\commafy
commafy( $_)
Definition
LanguageKm.php:36
Language
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition
Language.php:41
languages
classes
LanguageKm.php
Generated on Mon Nov 25 2024 16:16:05 for MediaWiki by
1.10.0