-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Support localize converting ? #93
Comments
Hi, At this time it does not. If I were to add that, it would probably just be specifying a delimiter (default would be ""). How does that sound? |
Follow up question, if your formatting with a period, how do you know what's the decimal place? |
Hi, |
oic, i misunderstood; shouldn't be a problem landing this. |
Perhaps providing an optional thousand separator input and also an optional decimal separator input looks better for me :) We don't know who wants to have thousand separator in their codes even though I don't see that case that often |
Hi,
I checked the document of filesize.js about converting to localized number but I couldn't find any options. Does filesize.js support converting to localized number ? For example in UK they use
dot
as decimal separator while some other countries they usecomma
The text was updated successfully, but these errors were encountered: