Follows-up I301f471f86ba2. For ease of navigation, move Converter subclasses to a group called "Languages", which for documentation purposes is a subgroup of "Language". The next commit does the same for Messages* files, and Language subclasses (done separately for ease of review). Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
22 lines
414 B
PHP
22 lines
414 B
PHP
<?php
|
|
/** Lingala (lingála)
|
|
*
|
|
* To improve a translation please visit https://translatewiki.net
|
|
*
|
|
* @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}", '.' => ',' ];
|