From: Niklas Laxström Date: Wed, 9 Nov 2005 08:35:41 +0000 (+0000) Subject: Readd number separator X-Git-Tag: 1.6.0~1204 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=6c5c422cc0e3556d6ebf3ee958c14ea5e5b6fbbe;p=lhc%2Fweb%2Fwiklou.git Readd number separator --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 54fd1e91b7..d80b880f87 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -216,6 +216,8 @@ fully support the editing toolbar, but was found to be too confusing. requirements to the memcached server. * Forbid usernames that can be interpreted as titles with namespaces, as that leads to hard-to-manage names. +* (bug 2721) Regression: Use European number separators for vi: wikis + === Caveats === diff --git a/languages/LanguageVi.php b/languages/LanguageVi.php index 6895f2fb60..a3ae5417aa 100644 --- a/languages/LanguageVi.php +++ b/languages/LanguageVi.php @@ -1559,7 +1559,7 @@ class LanguageVi extends LanguageUtf8 { } var $digitTransTable = array( - ',' => '', + ',' => '.', '.' => ',' );