Skip to content

Cldr version 2.40.0

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 26 Jul 00:43
· 50 commits to main since this release

Bug Fixes

  • Fix parsing of date time avaialable formats and interval formats when building the locale json files. Turns out some locales have formats that have variants and these need to be specifically parsed and grouped.

Enhancements

  • Support OTP's :json module. ex_cldr uses json formatted locale data and supports configuring a json library to decode it. Where no library is configured ex_cldr will attempt to identify one. This release adds auto-configuring OTP 27's :json module through a proxy implemented in Cldr.Json (which is part of cldr_utils).