The issue is the blank space between "M" and "€"
I would like to get "3,78 M€".
I managed to handle CLDR data by overwriting it. However, nothing happens if I change this line.
I get closer to the result if I change this line. Strangely, something happens if I change this line, using a currency formatter.
Is there a way to force the use of "currencyFormats-numberSystem-latn/short/standard/..." ?
Thank you by advance.
Hello,
When i format a amount in french like that
i get "3,78 M €"
The issue is the blank space between "M" and "€" I would like to get "3,78 M€".
I managed to handle CLDR data by overwriting it. However, nothing happens if I change this line. I get closer to the result if I change this line. Strangely, something happens if I change this line, using a currency formatter. Is there a way to force the use of "currencyFormats-numberSystem-latn/short/standard/..." ? Thank you by advance.
Originally posted by @geffkas in https://github.com/globalizejs/globalize/issues/873#issuecomment-529533947