-
Notifications
You must be signed in to change notification settings - Fork 603
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
Currency format to parts #679
Comments
|
@patch is anyone from your team willing to work on it? It's a straightforward change. This diff can be used as baseline and I'd be available to guide. |
Potentially. I'll review the changes for |
Excellent and thank you! :) |
Are there any updates on this? As we recently ran into this issue. |
Hi @TheDutchDevil, this has stalled. Do you want to contribute this feature. It should be a straightforward additioanl and it can use date to parts as baseline as mentioned above. Thanks |
I would love to add it in, however, I just don't have the hours for it. :( Especially as the diff you linked appears to look quite involved. |
Funny if not sad, we all would love to do a lot of things, the problem are the hours for them. |
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
- Currency: Fix code style - Currency: pluralGenerator better error handling Fixes globalizejs#679 Fixes globalizejs#680
Context
Formatter is designed to provide an opaque string as an output that is not meant to be manipulated by the consumer, which makes impossible for UX/design using rich formatting, e.g.,
"<strong>EUR</strong> 35"
.Goal
Expose format to parts similarly to Ecma-402 Intl.DateTimeFormat.prototype.formatToParts().
References
The text was updated successfully, but these errors were encountered: