WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.52k stars 4.21k forks source link

Introduce `number_format_i18n` for @wordpress/i18n #22628

Open Clorith opened 4 years ago

Clorith commented 4 years ago

WordPress translation functions have had number_format_i18n for some time, which is convenient for outputting numbers in a locale-appropriate way.

It would be beneficial to discuss the possibilities of introducing this as part of the @wordpress/i18n package as well.

swissspidy commented 4 years ago

This could be a small wrapper around Intl.NumberFormat that handles the locale part.

pedro-mendonca commented 10 months ago

Hi, any development on this?