blob: 4838e0f7c6dc9f959557d6c4b077167dbaeedb1f (
plain)
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 = array();
$linkPrefixExtension = true;
# Same as the French (bug 8485)
$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
|