The numbers in "Impact" does not share the same formatting

In Exercism's Impact Report the numbers do not share the same formatting. It would be great to have more consistency:

image

It looks like this is done in https://github.com/exercism/website/blob/41743ce37dba3a7edccf369277e2bc0aa9ab8196/app/views/about/impact.html.haml#L29C30-L40

I鈥檓 not really familiar with this React-In-Haml / Ruby so I do not really know how to fix this quickly, if anyone can tackel this that could be great.

It looks right for me. The first two are JS, so maybe that鈥檚 either not running or erroring. Do you have any JS errors?

To confirm, it even works in w3m terminal browser:

image

It鈥檚 a typical localization problem. JS uses the browsers locale for the numbers, while the last one is hard-coded. This is the formatting for de:
grafik

Just pushed 馃悰 Fix number localization for "mentoring discussions" by homersimpsons 路 Pull Request #6658 路 exercism/website 路 GitHub