r42177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42176‎ | r42177 | r42178 >
Date:20:06, 17 October 2008
Author:raymond
Status:old
Tags:
Comment:
* (bug 15717) Set $separatorTransformTable for language 'eu'
* Fixes reference to the no longer present LanguageIs.php on Language.php
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/Language.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEu.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEu.php
@@ -44,6 +44,8 @@
4545 'Aparteko' => NS_SPECIAL,
4646 );
4747
 48+$separatorTransformTable = array( ',' => '.', '.' => ',' ); /* Bug 15717 */
 49+
4850 $messages = array(
4951 # User preference toggles
5052 'tog-underline' => 'Loturak azpimarratu:',
Index: trunk/phase3/languages/Language.php
@@ -1813,7 +1813,8 @@
18141814 * </code>
18151815 *
18161816 * 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.
18181819 *
18191820 * @todo check if it's viable to use localeconv() for the decimal
18201821 * separator thing.
Index: trunk/phase3/RELEASE-NOTES
@@ -268,8 +268,8 @@
269269 if above the threshold, previously it only worked for negatives
270270 * Specify apple-touch-icon before favicon in HTML head section to make the Konqueror
271271 browser correctly use the latter
 272+* (bug 15717) Set $separatorTransformTable for language 'eu'
272273
273 -
274274 === API changes in 1.14 ===
275275
276276 * Registration time of users registered before the DB field was created is now

Status & tagging log