Skip to content

Trailing dot for currency in denmark #1628

@JacobEkedahl

Description

@JacobEkedahl

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions