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

Intl.NumberFormat notation not implemented on iOS #1190

Closed
andreialecu opened this issue Nov 16, 2023 · 1 comment
Closed

Intl.NumberFormat notation not implemented on iOS #1190

andreialecu opened this issue Nov 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@andreialecu
Copy link

andreialecu commented Nov 16, 2023

Problem

See code below:

let formatter = Intl.NumberFormat('en', { notation: 'compact' });
formatter.format(10000) -> returns 10K on Android, but 10,000 on iOS
@andreialecu andreialecu added the enhancement New feature or request label Nov 16, 2023
@neildhar
Copy link
Contributor

Hey @andreialecu, thanks for reporting this. Closing this as a duplicate of #1035.

We're definitely aware of the current gaps in our Intl implementation, and are actively investigating ways to close them in the coming months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants