blob: d7ea41fd0db0246831d48870429f6b69ae7d2666 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
/** Lingala (lingála)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Bombo (on ln.wikipedia.org)
* @author Eruedin
* @author Moyogo
*/
$fallback = 'fr';
// Remove French aliases
$namespaceGenderAliases = [];
$linkPrefixExtension = true;
# Same as the French (bug 8485)
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|