Merge "Support the creation of special pages with services injected"
[lhc/web/wiklou.git] / languages / messages / MessagesVls.php
index ed67a39..271fae1 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** West-Vlams (West-Vlams)
  *
- * 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
@@ -14,7 +13,7 @@
 
 $fallback = 'nl';
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'Media',
        NS_SPECIAL          => 'Specioal',
        NS_TALK             => 'Discuusje',
@@ -31,5 +30,4 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'Discuusje_ulpe',
        NS_CATEGORY         => 'Categorie',
        NS_CATEGORY_TALK    => 'Discuusje_categorie',
-);
-
+];