Skip to content

Human readable stats

Ciarán Ainsworth requested to merge human-readble-stats into develop

Related issue: #873 (closed)

This change uses the toLocaleString() feature to automatically format numbers on the stats page to the current locale's format. The format is chosen from the $store.state.ui.momentLocale setting.

This change also rounds the number of hours to the nearest whole number for neatness (previously this was rounding down by default)

This Merge Request includes:

Example:

Locales

Edited by Ciarán Ainsworth

Merge request reports