priceFormat error for i18n "fr-FR"

Hi !
When using webix.i18n.setLocale(“fr-FR”) for display pricing in euros, there is a bug about group delimiter and décimal délimiter (they seems to be “en” format):
webix.i18n.priceFormat(10526.90)
=> “10,526.90 €” :frowning:

but in locale fr file:

groupDelimiter:" ",
groupSize:3,
decimalDelimiter:",",
decimalSize:2, 

webix.i18n.priceFormat(10526.90) should return “10 526,90 €”

thanks

Hello,

Yep, there’s an issue with locale applying logic. We will fix it till the next update, thank you for reporting.

you are welcome