Cldr Numbers version 2.34.0
Enhancements
-
Updates to CLDR 47 data.
-
Adds
:separatorsoption toCldr.Number.to_string/2,Cldr.Number.Parser.parse/2andCldr.Number.Parser.scan/2. This option is for selecting from the available alternative grouping and decimal separators. The default isseparators: :standardwhich is avaialble for all locales and number systems that have separators. Some locales, for exampleen-ZA, may have an alternative set of separators. In the case ofen-ZA, the alternative isseparators: :us. -
Adds
:number_systemas an option toCldr.Number.Parser.parse/2.