Custom Thousand Separator in Counter Widget
black-eye opened this issue · 2 comments
black-eye commented
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.
stein70090 commented
Custom thousands separator doesn't save properly, it still uses the comma.
edemir206 commented
I have solved the problem this way:
add the following line to wp-config.php:
setlocale(LC_NUMERIC, 'en_US.UTF-8');