Merge "Handle missing namespace prefix in XML dumps more gracefully"
[lhc/web/wiklou.git] / languages / messages / MessagesBpy.php
index a912748..decfbdd 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Bishnupria Manipuri (বিষ্ণুপ্রিয়া মণিপুরী)
  *
- * 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
@@ -11,7 +10,7 @@
 
 $fallback = 'bn';
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'মিডিয়া',
        NS_SPECIAL          => 'বিশেষ',
        NS_TALK             => 'য়্যারী',
@@ -28,9 +27,9 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'পাংলাকর_য়্যারী',
        NS_CATEGORY         => 'থাক',
        NS_CATEGORY_TALK    => 'থাকর_য়্যারী',
-);
+];
 
-$digitTransformTable = array(
+$digitTransformTable = [
        '0' => '০',
        '1' => '১',
        '2' => '২',
@@ -41,5 +40,4 @@ $digitTransformTable = array(
        '7' => '৭',
        '8' => '৮',
        '9' => '৯'
-);
-
+];