i18n.formatNumber('0.00') returns "undefined.00"
Closed this issue · 2 comments
yanickrochon commented
Just tried this :
i18n.setLocale('fr');
i18n.parseNumber('0.00');
// -> "undefined,00"
i18n.parseNumber('123456.00');
// -> "123 456,00"
mstanuch commented
Hello yanickrochon, thank you for reporting it, I'll take care about it soon.
yanickrochon commented
Thanks!