Index: trunk/phase3/languages/messages/MessagesGl.php |
— | — | @@ -126,6 +126,8 @@ |
127 | 127 | 'DeletedContributions' => array( 'Contribucións borradas' ), |
128 | 128 | ); |
129 | 129 | |
| 130 | +$separatorTransformTable = array(',' => '.', '.' => ',' ); |
| 131 | + |
130 | 132 | $messages = array( |
131 | 133 | # User preference toggles |
132 | 134 | 'tog-underline' => 'Subliñar as ligazóns:', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -116,6 +116,7 @@ |
117 | 117 | * (bug 17207) Fix regression breaking category page display on PHP 5.1 |
118 | 118 | * Categoryfinder utility class no longer fails on invalid input or gives wrong |
119 | 119 | results for category names that include pseudo-namespaces |
| 120 | +* (bug 17252) Galician numbering format |
120 | 121 | |
121 | 122 | == API changes in 1.15 == |
122 | 123 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |