cldr_numbers
cldr_numbers copied to clipboard
CLDR Number localisation and formatting
Results
2
cldr_numbers issues
Sort by
recently updated
recently updated
newest added
Came across this error when running `mix test` after upgrading ex_cldr: ``` ==> ex_cldr_numbers Compiling 4 files (.erl) src/decimal_formats_lexer.erl:753:38: syntax error before: % 753| yystate(0, [C|Ics], Line, Col, Tlen, Action,...
Moving from https://github.com/elixir-cldr/cldr_units/issues/51 Add `:no_fraction_as_integer` option to `Cldr. Number.to_string/2` which will render the number without fractional digits if the value its an integer. This is similar to the same option...