Merge "StringUtils: Add a utility for checking if a string is a valid regex"
[lhc/web/wiklou.git] / languages / messages / MessagesKs_deva.php
index 020d412..ad84b77 100644 (file)
@@ -10,7 +10,7 @@
  * @author VibhasKS
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'मीडिया',
        NS_SPECIAL          => 'खास',
        NS_TALK             => 'बहज़',
@@ -27,18 +27,17 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'म॒दत_बहज़',
        NS_CATEGORY         => 'ज़ॉज़',
        NS_CATEGORY_TALK    => 'ज़ॉज़_बहज़',
-);
-
-$digitTransformTable = array(
-       '0' => '०', # ०
-       '1' => '१', # १
-       '2' => '२', # २
-       '3' => '३', # ३
-       '4' => '४', # ४
-       '5' => '५', # ५
-       '6' => '६', # ६
-       '7' => '७', # ७
-       '8' => '८', # ८
-       '9' => '९', # ९
-);
+];
 
+$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
+];