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

Custom Thousand Separator in Counter Widget #3459

Closed
black-eye opened this issue Feb 12, 2018 · 2 comments
Closed

Custom Thousand Separator in Counter Widget #3459

black-eye opened this issue Feb 12, 2018 · 2 comments
Labels
request/enhancement Indicates an Enhancement Request for an existing feature.
Milestone

Comments

@black-eye
Copy link

black-eye commented Feb 12, 2018

The problem with the thousand separator in Counter widget is, that for some regions coma "," is not the proper sign (e.g. in Czech Republic, which is my case, coma is used as a decimal separator).

Please consider adding the option to change the separator or use the one defined in language settings.

@arielk arielk added the request/enhancement Indicates an Enhancement Request for an existing feature. label Feb 19, 2018
KingYes added a commit that referenced this issue Mar 25, 2018
@bainternet bainternet added this to the 2.0.0 milestone Mar 26, 2018
@stein70090
Copy link

Custom thousands separator doesn't save properly, it still uses the comma.

@edemir206
Copy link

I have solved the problem this way:

add the following line to wp-config.php:

setlocale(LC_NUMERIC, 'en_US.UTF-8');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request/enhancement Indicates an Enhancement Request for an existing feature.
Projects
None yet
Development

No branches or pull requests

5 participants