Skip to content

Update tests to support Babel 2.15.0 #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

leamingrad
Copy link
Contributor

As part of the Babel 2.15.0 release, an upgrade to CLDR 44 was included. The new CLDR version changes the date format for the en-GB locale to remove a comma in the full format.

This change updates the tests so that both the old and new formats can be handled. This is done instead of pinning babel to a lower version, since we just care that formatting takes place.

As part of the Babel 2.15.0 release, an upgrade to CLDR 44 was included.
The new CLDR version changes the date format for the en-GB locale to
remove a comma in the full format.

This change updates the tests so that both the old and new formats can
be handled. This is done instead of pinning babel to a lower version,
since we just care that formatting takes place.

[Babel issue]: python-babel/babel#1070
[CLDR 44 changes]: https://www.unicode.org/cldr/charts/44/delta/en.html#Formats%20-%20Standard%20-%20Date%20Formats
@eemeli eemeli merged commit 88f9da2 into projectfluent:main Jul 25, 2024
@leamingrad leamingrad deleted the support-babel-2-15-0 branch July 29, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants