vazco/meteor-universe-i18n

i18n.formatNumber('0.00') returns "undefined.00"

Closed this issue · 2 comments

Just tried this :

i18n.setLocale('fr');
i18n.parseNumber('0.00');
// -> "undefined,00"
i18n.parseNumber('123456.00');
// -> "123 456,00"

Hello yanickrochon, thank you for reporting it, I'll take care about it soon.

Thanks!