elixir-cldr / cldr

Elixir implementation of CLDR/ICU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade CLDR data to v44

c4710n opened this issue · comments

Hi, Kip.

CLDR v44 is released at 2023/10/31, and I noticed you have created a new branch - cldr44 in the near time.

However, that process has been suspended for a month. Is there any special reason?

I was guessing that it might be because of some breaking changes, so I tried running the tests. But all the tests passed. Now I'm out of ideas again.

Because some features I am developing recently require the data provided in CLDR v44, I am very willing to help.

@c4710n As @LostKobrakai says, I'm taking the opportunity to do some fundamental work in dependent libs. However that work is also going more slowly that expected so a pure-play CLDR44 release might be possible. ex_cldr_units is the trickiest lib to update - ex_cldr_numbers, ex_cldr_dates_times I have already tested against CLDR44 and there aren't any major issues. The other libs are typically less volatile.

What is it in CLDR44 that you need?

@LostKobrakai Thanks.

@kipcole9 Thanks. CLDR44 has supplemented some information related to currencies, such as SLE in zh-Hant locale, etc, which is what I need.

I will check what Benjamin said.

I checked what Benjamin said. And I found that, with my current knowledge reserves, I can only help to test the compatibility of these ex_cldr_* libraries, which you have already done as you mentioned.

I will first create a fork for my current issue, and then wait for the release of the new version of ex_cldr. I hope my issue has not affected the pace of your development.