Expected behavior
Value = 2800
currency = DKK
locale = da
Example: 2.800 kr
Current behavior
Example: 2.800 kr.
codesandbox.io link to reproduce for BUG REPORT
<IntlProvider locale="da">
<FormattedNumber
value={2800}
style="currency"
currency="DKK"
minimumFractionDigits={0}
maximumFractionDigits={0}
/>
</IntlProvider>
Your Environment
Windows 10, chrome browser
"react-intl": "4.4.0",
Expected behavior
Value = 2800
currency = DKK
locale = da
Example: 2.800 kr
Current behavior
Example: 2.800 kr.
codesandbox.io link to reproduce for BUG REPORT
Your Environment
Windows 10, chrome browser
"react-intl": "4.4.0",