Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since v0.7, the conversion rates for Goals are displayed as integers only (German language) #1587

Closed
anonymous-matomo-user opened this issue Aug 14, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

Since the update to version 0.7, the conversion rates of goals in the flash chart are integers if the language is set to German. I found out that the reason for this problem is that the character for the separation of decimal places is "," in German, but "." in English.

Changing line 141 in the file /core/Visualization/Chart.php from

$is_decimal_separator_comma = false,

to

$is_decimal_separator_comma = true,

solved this problem.
Keywords: conversion rates, integers, german

@robocoder
Copy link
Contributor

But that change isn't compatible with $is_thousand_separator_disabled = false.

Rolling this issue into #1562.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.9.9 - Stable release milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants