Merge "Handle missing namespace prefix in XML dumps more gracefully"
[lhc/web/wiklou.git] / languages / messages / MessagesLtg.php
index 1dd60f8..f77049a 100644 (file)
@@ -12,7 +12,7 @@
  * @author Reedy
  */
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'Medeja',
        NS_SPECIAL          => 'Seviškuo',
        NS_TALK             => 'Sprīža',
@@ -29,7 +29,6 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'Sprīža_ap_paleigu',
        NS_CATEGORY         => 'Kategoreja',
        NS_CATEGORY_TALK    => 'Sprīža_ap_kategoreju',
-);
+];
 
 $fallback = 'lv';
-