Change number separator from dot to a space, per User:Nemo_bis (it is the convention...
authorRobin Pepermans <robin@users.mediawiki.org>
Tue, 29 Nov 2011 21:07:24 +0000 (21:07 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Tue, 29 Nov 2011 21:07:24 +0000 (21:07 +0000)
languages/messages/MessagesIt.php

index 48e521d..b4878ae 100644 (file)
@@ -82,7 +82,7 @@ $namespaceAliases = array(
        'Discussioni_immagine' => NS_FILE_TALK,
 );
 
-$separatorTransformTable = array( ',' => '.', '.' => ',' );
+$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
 
 $dateFormats = array(
        'mdy time' => 'H:i',