MediaWiki REL1_35
LanguageMy.php
Go to the documentation of this file.
1<?php
30class LanguageMy extends Language {
31
36 public function commafy( $_ ) {
37 /* NO-op. Cannot use
38 * $separatorTransformTable = [ ',' => '' ]
39 * That would break when parsing and doing strstr '' => 'foo';
40 */
41 return $_;
42 }
43}
Burmese (Myanmasa)
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition Language.php:41