globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 603 forks source link

CurrencyDecimal - fr_CH also supports a different decimal for currency formatting #841

Open lwelti opened 6 years ago

lwelti commented 6 years ago

Based on CLDR, for fr-CH it has a different decimal separator for Currency formatting.

patch commented 6 years ago

Looks like Globalize doesn't support currencyDecimal: https://github.com/globalizejs/globalize/search?q=currencyDecimal&type=Code

and fr-CH is the one affected locale: https://github.com/unicode-cldr/cldr-numbers-full/search?q=currencyDecimal&type=Code

lwelti commented 6 years ago

@patch right, that is why i opened the issue :)