Merge "Add assertFileContains to MediaWikiTestCaseTrait"
[lhc/web/wiklou.git] / languages / messages / MessagesNew.php
index 5e2e9bc..86ef77b 100644 (file)
@@ -10,7 +10,7 @@
  * @author आलोक
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'माध्यम',
        NS_SPECIAL          => 'विशेष',
        NS_TALK             => 'खँलाबँला',
@@ -25,18 +25,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
+];