Modified Special:Categories to subclass SpecialPage
[mediawiki.git] / languages / classes / LanguageMy.php
blobac8843c920f9e5dacf4efab6078e3513466d610c
1 <?php
2 /** Burmese (Myanmasa)
4 * @ingroup Language
5 * @file
7 * @author Niklas Laxström, 2008
8 */
10 class LanguageMy extends Language {
11 function commafy( $_ ) {
12 /* NO-op. Cannot use
13 * $separatorTransformTable = array( ',' => '' )
14 * That would break when parsing and doing strstr '' => 'foo';
16 return $_;