Index: trunk/phase3/languages/messages/MessagesLa.php |
— | — | @@ -29,6 +29,8 @@ |
30 | 30 | NS_CATEGORY_TALK => 'Disputatio_Categoriae', |
31 | 31 | ); |
32 | 32 | |
| 33 | +$separatorTransformTable = array( ',' => "\xc2\xa0" ); |
| 34 | + |
33 | 35 | $dateFormats = array( |
34 | 36 | 'mdy time' => 'H:i', |
35 | 37 | 'mdy date' => 'xg j, Y', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -249,6 +249,7 @@ |
250 | 250 | * Fix empty message checks for message names containing & |
251 | 251 | This corrects some odd behavior with sidebar items and custom namespaces |
252 | 252 | containing ampersands. |
| 253 | +* (bug 10375) Change thousands separator character to for Latin (la) |
253 | 254 | |
254 | 255 | |
255 | 256 | == API changes since 1.10 == |
— | — | @@ -322,6 +323,7 @@ |
323 | 324 | * Kabyle (kab) |
324 | 325 | * Kazakh (kk) |
325 | 326 | * Kurdish (ku) |
| 327 | +* Latin (la) |
326 | 328 | * Lithuanian (lt) |
327 | 329 | * Malayalam (ml) |
328 | 330 | * Burmese (my) |