MediaWiki
REL1_34
LanguageMy.php
Go to the documentation of this file.
1
<?php
30
class
LanguageMy
extends
Language
{
31
36
function
commafy
( $_ ) {
37
/* NO-op. Cannot use
38
* $separatorTransformTable = [ ',' => '' ]
39
* That would break when parsing and doing strstr '' => 'foo';
40
*/
41
return
$_;
42
}
43
}
LanguageMy
Burmese (Myanmasa)
Definition
LanguageMy.php:30
LanguageMy\commafy
commafy( $_)
Definition
LanguageMy.php:36
Language
Internationalisation code.
Definition
Language.php:37
languages
classes
LanguageMy.php
Generated on Fri Apr 5 2024 23:10:49 for MediaWiki by
1.9.8