(bug 8485) Correct Lingala number formatting
authorRob Church <robchurch@users.mediawiki.org>
Thu, 4 Jan 2007 23:16:29 +0000 (23:16 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Thu, 4 Jan 2007 23:16:29 +0000 (23:16 +0000)
RELEASE-NOTES
languages/messages/MessagesLn.php

index 66a0095..8fa45ca 100644 (file)
@@ -462,6 +462,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 8413) Improve comments for $wgNamespaceRobotPolicies
 * (bug 8330) Show "bytes" suffix on recent changes diff counter
 * (bug 8489) Support basic links in <gallery> caption attribute
+* (bug 8485) Correct Lingala number formatting
 
 == Languages updated ==
 
index 5e7c48d..a673938 100644 (file)
@@ -1,10 +1,17 @@
 <?php
+
 /**
+ * Lingala language
+ *
  * @package MediaWiki
  * @subpackage language
  */
 
 $linkPrefixExtension = true;
 
+# Same as the French (bug 8485)
+$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
+
 $messages = array( 'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD' );
+
 ?>
\ No newline at end of file