r46600 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46599‎ | r46600 | r46601 >
Date:16:31, 30 January 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
bug 17252: Galician numbering format
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesGl.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesGl.php
@@ -126,6 +126,8 @@
127127 'DeletedContributions' => array( 'Contribucións borradas' ),
128128 );
129129
 130+$separatorTransformTable = array(',' => '.', '.' => ',' );
 131+
130132 $messages = array(
131133 # User preference toggles
132134 'tog-underline' => 'Subliñar as ligazóns:',
Index: trunk/phase3/RELEASE-NOTES
@@ -116,6 +116,7 @@
117117 * (bug 17207) Fix regression breaking category page display on PHP 5.1
118118 * Categoryfinder utility class no longer fails on invalid input or gives wrong
119119 results for category names that include pseudo-namespaces
 120+* (bug 17252) Galician numbering format
120121
121122 == API changes in 1.15 ==
122123 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Status & tagging log