Merge "objectcache: Remove lock()/unlock() stubs from MemcachedClient"
[lhc/web/wiklou.git] / languages / messages / MessagesMy.php
index 1e27039..97b0496 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Burmese (မြန်မာဘာသာ)
  *
- * See MessagesQqq.php for message documentation incl. usage of parameters
- * To improve a translation please visit http://translatewiki.net
+ * To improve a translation please visit https://translatewiki.net
  *
  * @ingroup Language
  * @file
  * @author Saiddzone
  * @author Thanlwin
  * @author Thitaung
- * @author Umherirrender
  * @author Zawthet
  * @author ကိုရာဝီ
  */
 
-$digitTransformTable = array(
+$digitTransformTable = [
        '0' => '၀',
        '1' => '၁',
        '2' => '၂',
@@ -38,18 +36,18 @@ $digitTransformTable = array(
        '7' => '၇',
        '8' => '၈',
        '9' => '၉',
-);
+];
 
-$datePreferences = array(
+$datePreferences = [
        'default',
        'my normal',
        'my long',
        'ISO 8601',
-);
+];
 
 $defaultDateFormat = 'my normal';
 
-$dateFormats = array(
+$dateFormats = [
        'my normal time' => 'H:i',
        'my normal date' => 'j F Y',
        'my normal both' => ' H:i"၊" j F Y',
@@ -57,5 +55,4 @@ $dateFormats = array(
        'my long time' => 'H:i',
        'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
        'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
-);
-
+];