Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
6 stars 6 forks source link

Problem: (UI) the numbers are not formatted according to the user's locale settings #738

Closed robinbb closed 2 months ago

robinbb commented 3 months ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString

The English number "5,042.31" is represented as "5042,31" in French. The UI should display numbers according to their browser's locale settings. (Developers need not understand how to display every language's numbers - just let the browser do that for us. See docs for 'toLocaleString'.)