blob: a92dc02d35c7d665fe7a956df6c4b9bded196fd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?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 (T10485)
$separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ];
|