]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - languages/messages/MessagesLn.php
MediaWiki 1.30.2-scripts2
[autoinstalls/mediawiki.git] / languages / messages / MessagesLn.php
index 620cd7cf268e8f94940c04880d6d815a45c31099..6a71ca78e81b8ae2377232dc72378fbc1ff2e862 100644 (file)
@@ -1,14 +1,22 @@
 <?php
-
-/**
- * Lingala language
+/** Lingala (lingála)
+ *
+ * To improve a translation please visit https://translatewiki.net
+ *
+ * @ingroup Language
+ * @file
  *
- * @addtogroup Language
+ * @author Bombo (on ln.wikipedia.org)
+ * @author Eruedin
+ * @author Moyogo
  */
 
-$linkPrefixExtension = true;
+$fallback = 'fr';
 
-# Same as the French (bug 8485)
-$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
+// Remove French aliases
+$namespaceGenderAliases = [];
 
+$linkPrefixExtension = true;
 
+# Same as the French (T10485)
+$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];