Merge "Make wgDisableAnonTalk disable anon links in automatic edit summaries"
[lhc/web/wiklou.git] / languages / messages / MessagesPi.php
index 661d7be..8a3ecd0 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,18 +28,17 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'अवस्सय_सम्भासित',
        NS_CATEGORY         => 'विभाग',
        NS_CATEGORY_TALK    => 'विभाग_सम्भासित',
-);
-
-$digitTransformTable = array(
-       '0' => '०', # &#x0966;
-       '1' => '१', # &#x0967;
-       '2' => '२', # &#x0968;
-       '3' => '३', # &#x0969;
-       '4' => '४', # &#x096a;
-       '5' => '५', # &#x096b;
-       '6' => '६', # &#x096c;
-       '7' => '७', # &#x096d;
-       '8' => '८', # &#x096e;
-       '9' => '९', # &#x096f;
-);
+];
 
+$digitTransformTable = [
+       '0' => '०', # U+0966
+       '1' => '१', # U+0967
+       '2' => '२', # U+0968
+       '3' => '३', # U+0969
+       '4' => '४', # U+096A
+       '5' => '५', # U+096B
+       '6' => '६', # U+096C
+       '7' => '७', # U+096D
+       '8' => '८', # U+096E
+       '9' => '९', # U+096F
+];