Readding parserTests.php and testHelpers.inc with history back to r73884 when they...
[mediawiki.git] / languages / classes / LanguageMy.php
blob4fa5b05eaa76800466788429640eb739a13ec18f
1 <?php
3 /** Burmese (Myanmasa)
5 * @ingroup Language
7 * @author Niklas Laxström, 2008
8 */
9 class LanguageMy extends Language {
10 function commafy( $_ ) {
11 /* NO-op. Cannot use
12 * $separatorTransformTable = array( ',' => '' )
13 * That would break when parsing and doing strstr '' => 'foo';
15 return $_;