cldr_units
cldr_units copied to clipboard
Unit formatting (volume, area, length, ...) functions for the Common Locale Data Repository (CLDR)
This may be an issue with my poor understanding. But I was able to break tests tests in the `cldr_units` library by passing some `:additional_units` which I believe should be...
It would be nice if `composite` (`per`) units could be multiplied with its base units. For example: ```elixir drain_rate = Cldr.Unit.new!("liter_per_hour", 6) time = Cldr.Unit.new!("minute", 30) Cldr.Unit.mult(drain_rate, time) # =>...
Hi, we ran into a couple of issues updating this library from 3.16.4 to 3.17 ## 1. Cldr.Unit.parse_unit_name returns string instead of atom ```elixir iex> Cldr.Unit.parse_unit_name("mg/dl") # Before 3.17 {:ok,...
Strange issue and I'm not quite sure where it belongs, but it seems that after the last update of `ex_cldr` and `ex_cldr_units` some units have gone missing or become misconfigured....