python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.34k stars 448 forks source link

Upgrade to CLDR 45 #1077

Closed tomasr8 closed 4 months ago

tomasr8 commented 7 months ago

CLDR 45 is out now. Looks like the 44 patch fixed most of the test issues so there was only one failing test this time around :)

Some related discussion here: #1070

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.06%. Comparing base (e0d1018) to head (7d84b67). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1077 +/- ## ========================================== + Coverage 90.99% 91.06% +0.06% ========================================== Files 26 26 Lines 4444 4464 +20 ========================================== + Hits 4044 4065 +21 + Misses 400 399 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tomasr8 commented 7 months ago

Would you like to see whether that's something that affects us and implement whatever changes are relevant in scripts/import_cldr.py? If you don't have the bandwidth, it's fine, I can also follow up here.

I might have some time this week, but feel free to have a look yourself if you want :)

tomasr8 commented 6 months ago

I updated the PR to handle the parent locale changes. I just hope I understood it correctly :sweat_smile: