Convert all array() syntax to []
[lhc/web/wiklou.git] / languages / messages / MessagesLn.php
index 4838e0f..d7ea41f 100644 (file)
 $fallback = 'fr';
 
 // Remove French aliases
-$namespaceGenderAliases = array();
+$namespaceGenderAliases = [];
 
 $linkPrefixExtension = true;
 
 # Same as the French (bug 8485)
-$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
+$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];