Merge "Don't fallback from uk to ru"
[lhc/web/wiklou.git] / languages / messages / MessagesKn.php
index cede41c..5d846ea 100644 (file)
@@ -7,11 +7,11 @@
  * @file
  *
  * @author Akoppad
- * @author Ashwath Mattur <ashwatham@gmail.com> http://en.wikipedia.org/wiki/User:Ashwatham
+ * @author Ashwath Mattur <ashwatham@gmail.com> https://en.wikipedia.org/wiki/User:Ashwatham
  * @author Dimension10
  * @author Dipin
  * @author HPN
- * @author Hari Prasad Nadig <hpnadig@gmail.com> http://en.wikipedia.org/wiki/User:Hpnadig
+ * @author Hari Prasad Nadig <hpnadig@gmail.com> https://en.wikipedia.org/wiki/User:Hpnadig
  * @author Kaganer
  * @author Ktkaushik
  * @author M G Harish
@@ -29,7 +29,7 @@
  * @author לערי ריינהארט
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'ಮೀಡಿಯ',
        NS_SPECIAL          => 'ವಿಶೇಷ',
        NS_TALK             => 'ಚರ್ಚೆಪುಟ',
@@ -46,9 +46,9 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'ಸಹಾಯ_ಚರ್ಚೆ',
        NS_CATEGORY         => 'ವರ್ಗ',
        NS_CATEGORY_TALK    => 'ವರ್ಗ_ಚರ್ಚೆ',
-);
+];
 
-$digitTransformTable = array(
+$digitTransformTable = [
        '0' => '೦', # &#x0ce6;
        '1' => '೧', # &#x0ce7;
        '2' => '೨', # &#x0ce8;
@@ -59,7 +59,7 @@ $digitTransformTable = array(
        '7' => '೭', # &#x0ced;
        '8' => '೮', # &#x0cee;
        '9' => '೯', # &#x0cef;
-);
+];
 
 $digitGroupingPattern = "##,##,###";