Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks great. I suggest you get rid of the decimal point and two decimals in the pricing so it’s simpler to understand, especially for people outside Europe that use commas in numbers differently.

€4 per user / month

is much easier to read and understand for most people than

€ 4,00 per user / month

The comma made it look a bit odd and like €400 initially when I glanced at it and it just seems like an unnecessary level of precision to include the two decimal points when they are both zero anyway.



A perfect use case for Number.prototype.toLocaleString.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...


"From € 1.000 p/m" is even worse. I was not even aware of any locale using ',' for decimals and '.' for thousands.


Probably German.


Majority of European countries use a decimal comma.


Finns use a space. It's best to use some library, built-in or otherwise to make sure it's the correct one.


I'm French, where we use a comma for decimals, but a space for thousands.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: