* (bug 12617) Decimal and thousands separators for Romanian
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 14 Jan 2008 23:36:36 +0000 (23:36 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 14 Jan 2008 23:36:36 +0000 (23:36 +0000)
RELEASE-NOTES
languages/messages/MessagesRo.php

index 79222e2..8502cd7 100644 (file)
@@ -307,6 +307,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   and will generally keep feed behavior cleaner.
 * (bug 12608) Unifying the spelling of getDBkey() in the code.
 * (bug 12611) Bot flag ignored in recent changes
+* (bug 12617) Decimal and thousands separators for Romanian
 
 
 == Parser changes in 1.12 ==
index e03e871..32c8518 100644 (file)
@@ -21,6 +21,8 @@ $skinNames = array(
        'nostalgia' => 'Nostalgie'
 );
 
+$separatorTransformTable = array( ',' => ".", '.' => ',' );
+
 $magicWords = array(
        #   ID                                 CASE  SYNONYMS
        'notoc'                  => array( 0,    '__NOTOC__', '__FARACUPRINS__'                    ),