Inconsistent number formatting for big numbers. #257
Labels
a11y
Accessibility features
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There are a few places on the site where you come across numbers bigger then 1'000 and I believe for easier readibilty it would be nice if they would be formatted. There are some places where those numbers are formatted correctly. For example the Leaderboard of a game is formatted correctly. Just seems a bit inconsistent.
I already took a peak and for some numbers it's an easy fix implementing something like
Intl.NumberFormat
ortoLocaleString()
but there are a few instances where numbrs are already being formatted, which would require further formatting.Places where this could be applied:
There might be more.
The text was updated successfully, but these errors were encountered: