Skip to content

Commit

Permalink
Remove TODO slides link
Browse files Browse the repository at this point in the history
  • Loading branch information
gesa committed Dec 23, 2024
1 parent 8cdea93 commit 76bd853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meetings/2024-12/december-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ RPR: No objections. So I think we have consensus on this review for merge at the
Presenter: Eemeli Aro (EAO)

- [proposal](https://github.com/eemeli/proposal-intl-currency-display-choices)
- [slides](TODO)

EAO: This is a very small proposal. We had a short discussion in TG2 in fact about whether this should be a normative PR instead. But we thought, because there’s a little bit of discussion here that it would be good to have a little bit of space for that and the staging process is a very fine place for that. So the short entirety of this is that we do currency formatting under `Intl.NumberFormat` by using the `style: 'currency'` option and furthermore when formatting currency we have a `currencyDisplay` option that is effectively an enum value that we accept how to format the currency symbol. If you use the default `symbol` you get “$” or “US$” for formatting USD and `narrowSymbol` formats to "$" and `code` that gives you an ISO currency code like USD, or then as a spelled out `name`. All of these are of course localized name such as “U.S. dollars”.

Expand Down

0 comments on commit 76bd853

Please sign in to comment.