summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesLn.php
blob: 0a8dda02cfcee03724a8886fbe20499437255d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/**
 * Lingala language
 *
 * @addtogroup Language
 */

$linkPrefixExtension = true;

# Same as the French (bug 8485)
$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );

$messages = array( 'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD' );

?>