Merge "Handle missing namespace prefix in XML dumps more gracefully"
[lhc/web/wiklou.git] / languages / messages / MessagesKs_deva.php
index 020d412..55dc004 100644 (file)
@@ -10,7 +10,7 @@
  * @author VibhasKS
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'मीडिया',
        NS_SPECIAL          => 'खास',
        NS_TALK             => 'बहज़',
@@ -27,9 +27,9 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'म॒दत_बहज़',
        NS_CATEGORY         => 'ज़ॉज़',
        NS_CATEGORY_TALK    => 'ज़ॉज़_बहज़',
-);
+];
 
-$digitTransformTable = array(
+$digitTransformTable = [
        '0' => '०', # ०
        '1' => '१', # १
        '2' => '२', # २
@@ -40,5 +40,4 @@ $digitTransformTable = array(
        '7' => '७', # ७
        '8' => '८', # ८
        '9' => '९', # ९
-);
-
+];