Skip to content

Cldr Numbers version 2.34.0

Choose a tag to compare

@kipcole9 kipcole9 released this 18 Mar 04:18
· 48 commits to main since this release

Enhancements

  • Updates to CLDR 47 data.

  • Adds :separators option to Cldr.Number.to_string/2, Cldr.Number.Parser.parse/2 and Cldr.Number.Parser.scan/2. This option is for selecting from the available alternative grouping and decimal separators. The default is separators: :standard which is avaialble for all locales and number systems that have separators. Some locales, for example en-ZA, may have an alternative set of separators. In the case of en-ZA, the alternative is separators: :us.

  • Adds :number_system as an option to Cldr.Number.Parser.parse/2.