* (bug 15717) Set $separatorTransformTable for language 'eu'
authorRaimond Spekking <raymond@users.mediawiki.org>
Fri, 17 Oct 2008 20:06:37 +0000 (20:06 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Fri, 17 Oct 2008 20:06:37 +0000 (20:06 +0000)
* Fixes reference to the no longer present LanguageIs.php on Language.php

RELEASE-NOTES
languages/Language.php
languages/messages/MessagesEu.php

index 2f8d0f0..3b19d2e 100644 (file)
@@ -268,7 +268,7 @@ The following extensions are migrated into MediaWiki 1.14:
   if above the threshold, previously it only worked for negatives
 * Specify apple-touch-icon before favicon in HTML head section to make the Konqueror
   browser correctly use the latter
-
+* (bug 15717) Set $separatorTransformTable for language 'eu'
 
 === API changes in 1.14 ===
 
index 1b36bff..5648f6c 100644 (file)
@@ -1813,7 +1813,8 @@ class Language {
          * </code>
          *
          * See LanguageGu.php for the Gujarati implementation and
-         * LanguageIs.php for the , => . and . => , implementation.
+         * $separatorTransformTable on MessageIs.php for
+         * the , => . and . => , implementation.
          *
          * @todo check if it's viable to use localeconv() for the decimal
          *       separator thing.
index 471f8ab..a2bbe49 100644 (file)
@@ -44,6 +44,8 @@ $namespaceAliases = array(
        'Aparteko'          => NS_SPECIAL,
 );
 
+$separatorTransformTable = array( ',' => '.', '.' => ',' ); /* Bug 15717 */
+
 $messages = array(
 # User preference toggles
 'tog-underline'               => 'Loturak azpimarratu:',