rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
427 stars 149 forks source link

Format statistcs according to current locale #457

Closed MatzeKitt closed 1 year ago

MatzeKitt commented 1 year ago

Currently, the statistics are always formatted in the default format, which usually is English. This pull request uses number_format_i18n to format the statistics according to the current locale.