Merge "SlotDiffRenderer: add utility method for parameter type checks"
[lhc/web/wiklou.git] / languages / messages / MessagesKn.php
index 463dd5e..0078261 100644 (file)
@@ -1,18 +1,17 @@
 <?php
 /** Kannada (ಕನ್ನಡ)
  *
- * 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
  *
  * @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
@@ -30,7 +29,7 @@
  * @author לערי ריינהארט
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'ಮೀಡಿಯ',
        NS_SPECIAL          => 'ವಿಶೇಷ',
        NS_TALK             => 'ಚರ್ಚೆಪುಟ',
@@ -47,20 +46,19 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'ಸಹಾಯ_ಚರ್ಚೆ',
        NS_CATEGORY         => 'ವರ್ಗ',
        NS_CATEGORY_TALK    => 'ವರ್ಗ_ಚರ್ಚೆ',
-);
+];
 
-$digitTransformTable = array(
-       '0' => '೦', # &#x0ce6;
-       '1' => '೧', # &#x0ce7;
-       '2' => '೨', # &#x0ce8;
-       '3' => '೩', # &#x0ce9;
-       '4' => '೪', # &#x0cea;
-       '5' => '೫', # &#x0ceb;
-       '6' => '೬', # &#x0cec;
-       '7' => '೭', # &#x0ced;
-       '8' => '೮', # &#x0cee;
-       '9' => '೯', # &#x0cef;
-);
+$digitTransformTable = [
+       '0' => '೦', # U+0CE6
+       '1' => '೧', # U+0CE7
+       '2' => '೨', # U+0CE8
+       '3' => '೩', # U+0CE9
+       '4' => '೪', # U+0CEA
+       '5' => '೫', # U+0CEB
+       '6' => '೬', # U+0CEC
+       '7' => '೭', # U+0CED
+       '8' => '೮', # U+0CEE
+       '9' => '೯', # U+0CEF
+];
 
 $digitGroupingPattern = "##,##,###";
-