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