* (bug 10375) Change thousands separator character to   for Latin (la)
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 2 Jul 2007 15:54:43 +0000 (15:54 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 2 Jul 2007 15:54:43 +0000 (15:54 +0000)
RELEASE-NOTES
languages/messages/MessagesLa.php

index 577b7a8..1875a65 100644 (file)
@@ -249,6 +249,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Fix empty message checks for message names containing &
   This corrects some odd behavior with sidebar items and custom namespaces
   containing ampersands.
+* (bug 10375) Change thousands separator character to &nbsp; for Latin (la)
 
 
 == API changes since 1.10 ==
@@ -322,6 +323,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Kabyle (kab)
 * Kazakh (kk)
 * Kurdish (ku)
+* Latin (la)
 * Lithuanian (lt)
 * Malayalam (ml)
 * Burmese (my)
index d781cb9..c7fd3bf 100644 (file)
@@ -29,6 +29,8 @@ $namespaceNames = array(
        NS_CATEGORY_TALK  => 'Disputatio_Categoriae',
 );
 
+$separatorTransformTable = array( ',' => "\xc2\xa0" );
+
 $dateFormats = array(
        'mdy time' => 'H:i',
        'mdy date' => 'xg j, Y',