Merge "Handle missing namespace prefix in XML dumps more gracefully"
[lhc/web/wiklou.git] / languages / messages / MessagesPi.php
index 661d7be..7062e07 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Pali (पालि)
  *
- * 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
@@ -12,7 +11,7 @@
  * @author Vibhijain
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'मीडिया',
        NS_SPECIAL          => 'विसेस',
        NS_TALK             => 'सम्भासित',
@@ -29,9 +28,9 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'अवस्सय_सम्भासित',
        NS_CATEGORY         => 'विभाग',
        NS_CATEGORY_TALK    => 'विभाग_सम्भासित',
-);
+];
 
-$digitTransformTable = array(
+$digitTransformTable = [
        '0' => '०', # &#x0966;
        '1' => '१', # &#x0967;
        '2' => '२', # &#x0968;
@@ -42,5 +41,4 @@ $digitTransformTable = array(
        '7' => '७', # &#x096d;
        '8' => '८', # &#x096e;
        '9' => '९', # &#x096f;
-);
-
+];