MediaWiki  REL1_22
LanguageKm.php
Go to the documentation of this file.
00001 <?php
00030 class LanguageKm extends Language {
00031 
00036     function commafy( $_ ) {
00037         /* NO-op for Khmer. Cannot use
00038          * $separatorTransformTable = array( ',' => '' )
00039          * That would break when parsing and doing strstr '' => 'foo';
00040          */
00041         return $_;
00042     }
00043 
00044 }