Index: trunk/phase3/languages/messages/MessagesEu.php |
— | — | @@ -44,6 +44,8 @@ |
45 | 45 | 'Aparteko' => NS_SPECIAL, |
46 | 46 | ); |
47 | 47 | |
| 48 | +$separatorTransformTable = array( ',' => '.', '.' => ',' ); /* Bug 15717 */ |
| 49 | + |
48 | 50 | $messages = array( |
49 | 51 | # User preference toggles |
50 | 52 | 'tog-underline' => 'Loturak azpimarratu:', |
Index: trunk/phase3/languages/Language.php |
— | — | @@ -1813,7 +1813,8 @@ |
1814 | 1814 | * </code> |
1815 | 1815 | * |
1816 | 1816 | * See LanguageGu.php for the Gujarati implementation and |
1817 | | - * LanguageIs.php for the , => . and . => , implementation. |
| 1817 | + * $separatorTransformTable on MessageIs.php for |
| 1818 | + * the , => . and . => , implementation. |
1818 | 1819 | * |
1819 | 1820 | * @todo check if it's viable to use localeconv() for the decimal |
1820 | 1821 | * separator thing. |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -268,8 +268,8 @@ |
269 | 269 | if above the threshold, previously it only worked for negatives |
270 | 270 | * Specify apple-touch-icon before favicon in HTML head section to make the Konqueror |
271 | 271 | browser correctly use the latter |
| 272 | +* (bug 15717) Set $separatorTransformTable for language 'eu' |
272 | 273 | |
273 | | - |
274 | 274 | === API changes in 1.14 === |
275 | 275 | |
276 | 276 | * Registration time of users registered before the DB field was created is now |