You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the extension is enabled, PHP starts formatting numbers with my system locale.
In Estonia we use comma instead of dot as floating point separator.
This is an issue because it breaks all unit tests that assume the standard floating point separator.
In the UI elements created of course I want to see number formatted with my locale but that option should be off by default.
The text was updated successfully, but these errors were encountered:
When the extension is enabled, PHP starts formatting numbers with my system locale.
In Estonia we use comma instead of dot as floating point separator.
This is an issue because it breaks all unit tests that assume the standard floating point separator.
In the UI elements created of course I want to see number formatted with my locale but that option should be off by default.
The text was updated successfully, but these errors were encountered: