bug 17252: Galician numbering format
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 30 Jan 2009 16:31:51 +0000 (16:31 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 30 Jan 2009 16:31:51 +0000 (16:31 +0000)
RELEASE-NOTES
languages/messages/MessagesGl.php

index 9cb7a27..fcdd6bc 100644 (file)
@@ -116,6 +116,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 17207) Fix regression breaking category page display on PHP 5.1
 * Categoryfinder utility class no longer fails on invalid input or gives wrong
   results for category names that include pseudo-namespaces
+* (bug 17252) Galician numbering format
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
index 29fc758..65d12c0 100644 (file)
@@ -126,6 +126,8 @@ $specialPageAliases = array(
        'DeletedContributions'      => array( 'Contribucións borradas' ),
 );
 
+$separatorTransformTable = array(',' => '.', '.' => ',' );
+
 $messages = array(
 # User preference toggles
 'tog-underline'               => 'Subliñar as ligazóns:',