repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge ".mailmap: Correct two contributor names"
[mediawiki.git]
/
languages
/
messages
/
MessagesLn.php
blob
61dde25eb7f582348a7bc5e2e866716d4d719a30
1
<
?php
2
/** Lingala (lingála)
3
*
4
* @file
5
* @ingroup Languages
6
*
7
* @author Bombo (on ln.wikipedia.org)
8
* @author Eruedin
9
* @author Moyogo
10
*/
11
12
$fallback
=
'fr'
;
13
14
// Remove French aliases
15
$namespaceGenderAliases
= [];
16
17
$linkPrefixExtension
=
true
;
18
19
# Same as the French (T10485)
20
$separatorTransformTable
= [
','
=>
"\u{00A0}"
,
'.'
=>
','
];