Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more currency symbol variants (e.g. formal) #643

Open
sffc opened this issue Jan 12, 2022 · 0 comments
Open

Add support for more currency symbol variants (e.g. formal) #643

sffc opened this issue Jan 12, 2022 · 0 comments
Labels
c: numbers Component: numbers, currency, units Proposal Larger change requiring a proposal s: comment Status: more info is needed to move forward

Comments

@sffc
Copy link
Contributor

sffc commented Jan 12, 2022

Currently we support four currencyDisplay values:

  • "symbol" to use a localized currency symbol such as €, this is the default value,
  • "narrowSymbol" to use a narrow format symbol ("$100" rather than "US$100"),
  • "code" to use the ISO currency code,
  • "name" to use a localized currency name such as "dollar",

However, CLDR specifies several additional styles. We should consider adding these to ECMA-402.

Feature request for the "formal" style: #642

@sffc sffc added c: numbers Component: numbers, currency, units s: comment Status: more info is needed to move forward Proposal Larger change requiring a proposal labels Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: numbers Component: numbers, currency, units Proposal Larger change requiring a proposal s: comment Status: more info is needed to move forward
Projects
None yet
Development

No branches or pull requests

1 participant