- Pull-request: #111
- Opened: 2020-07-16
- Status: Merged (2020-07-17)
- Branch: locale_decimal_point_in_value
The units parser currently prunes any comma. But for many locales this is the decimal point separator. This patch converts the current locale decimal point into a point.
It means you are free to use the decimal point for your current locale. For me, using es_AR.UTF-8 means I can use "4,7k" instead of "4.7k". Note that I can still use "4.7k".