Merge "Add support for PHP7 random_bytes in favor of mcrypt_create_iv"
[lhc/web/wiklou.git] / languages / messages / MessagesLn.php
index 4838e0f..6a71ca7 100644 (file)
 $fallback = 'fr';
 
 // Remove French aliases
-$namespaceGenderAliases = array();
+$namespaceGenderAliases = [];
 
 $linkPrefixExtension = true;
 
-# Same as the French (bug 8485)
-$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
-
+# Same as the French (T10485)
+$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];