MediaWiki  REL1_19
LanguageKm.php
Go to the documentation of this file.
00001 <?php
00008 class LanguageKm extends Language {
00009 
00014         function commafy( $_ ) {
00015                 /* NO-op for Khmer. Cannot use
00016                  * $separatorTransformTable = array( ',' => '' )
00017                  * That would break when parsing and doing strstr '' => 'foo';
00018                  */
00019                 return $_;
00020         }
00021 
00022 }