vube / i18n

golang package for basic i18n features, including message translation and number formatting
MIT License
66 stars 20 forks source link

Support string to float conversion #1

Open machielg opened 10 years ago

machielg commented 10 years ago

I'm struggling with parsing different representations of numbers (e.g. "10,0", "10.0", "1.000,00"). Id would be cool if i18n could support parsing strings to floats, as it already can deal with the different locales.

verkestk commented 10 years ago

That's a great idea. I'll add it to the list of desired features.

I won't be getting to it very soon - I'll be out on maternity leave soon.