Drop :currency currencyDisplay=formalSymbol option value #985
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This option value was introduced in #915, and was specifically discussed at least under #915 (comment) and during some of our weekly calls. After its introduction, I submitted a TC39 proposal for the option value, which is now at Stage 2.
However, further discussions of the proposal in TC39 TG2, (tc39/ecma402#643 and at the last meeting) have identified the current data to be quite limited, as
<symbol alt="formal">
is only used for TWD in zh-Hant in all of CLDR.The more useful form of this that's proposed in the TC39 proposal would e.g. allow for the symbol string
US$
to be available in the en-US locale, which it currently is not, but that option may well end up with a different name than "formalSymbol". @sffc has filed a CLDR issue about adding data for this.As discussed on today's call, it therefore seems like a good idea to not include the option in MF2 at least for now, as that value is not currently useful, and may well be superseded by some more useful option value later.