commerceguys / intl

A PHP internationalization library, powered by CLDR data.
MIT License
360 stars 45 forks source link

Example in readme makes no sense. #75

Closed viovet-dan closed 3 years ago

viovet-dan commented 5 years ago

One of the examples in the readme makes no sense.

How can 1234.99 suddenly equal 123,456.99?

echo $numberFormatter->format('1234.99'); // 123,456.99
Vishalghyv commented 3 years ago

Added the changes in #84

bojanz commented 3 years ago

Merged the PR.