MediaWiki  1.34.4
MessagesMy.php
Go to the documentation of this file.
1 <?php
29  '0' => '၀',
30  '1' => '၁',
31  '2' => '၂',
32  '3' => '၃',
33  '4' => '၄',
34  '5' => '၅',
35  '6' => '၆',
36  '7' => '၇',
37  '8' => '၈',
38  '9' => '၉',
39 ];
40 
42  'default',
43  'my normal',
44  'my long',
45  'ISO 8601',
46 ];
47 
48 $defaultDateFormat = 'my normal';
49 
51  'my normal time' => 'H:i',
52  'my normal date' => 'j F Y',
53  'my normal both' => ' H:i"၊" j F Y',
54 
55  'my long time' => 'H:i',
56  'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
57  'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
58 ];
$digitTransformTable
$digitTransformTable
Definition: MessagesMy.php:28
$defaultDateFormat
$defaultDateFormat
Definition: MessagesMy.php:48
$datePreferences
$datePreferences
Definition: MessagesMy.php:41
$dateFormats
$dateFormats
Definition: MessagesMy.php:50