You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).