Skip to content
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

Update CLDR to the latest version? #24

Closed
slavafomin opened this issue Apr 5, 2015 · 4 comments
Closed

Update CLDR to the latest version? #24

slavafomin opened this issue Apr 5, 2015 · 4 comments

Comments

@slavafomin
Copy link

I've just noticed, that CLDR data is contained locally within the repository and is outdated.

Are you planning to update it? Is there an automatic script to update it or are you doing it manually?

Thanks!

@papandreou
Copy link
Owner

I usually do something like this:

rm -r 3rdparty && mkdir -p 3rdparty/cldr && (cd 3rdparty/cldr && unzip /path/to/new/core.zip) && git add 3rdparty && git commit -m "Updated CLDR to release XX"

When there are no major data format changes, it's usually just a matter of updating a test here and there to match the data changes.

I tried updating to CLDR 26, then to 27.0.1, and it seems fine, so I just released it as 3.0.0.

@slavafomin
Copy link
Author

Oh, thanks )

By the way, why have you decided to release a major update? Does it break compatibility with the previous version 2.x?

@papandreou
Copy link
Owner

I guess it was a "defensive" major version bump as I don't know exactly what's in CLDR releases 26 and 27, and the test coverage isn't so great.

@slavafomin
Copy link
Author

Ok, I see. Thanks! )

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

No branches or pull requests

2 participants