20 lines
344 B
PHP
20 lines
344 B
PHP
<?php
|
|
/** Lingala (lingála)
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*
|
|
* @author Bombo (on ln.wikipedia.org)
|
|
* @author Eruedin
|
|
* @author Moyogo
|
|
*/
|
|
|
|
$fallback = 'fr';
|
|
|
|
// Remove French aliases
|
|
$namespaceGenderAliases = [];
|
|
|
|
$linkPrefixExtension = true;
|
|
|
|
# Same as the French (T10485)
|
|
$separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ];
|