-
Notifications
You must be signed in to change notification settings - Fork 58
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 to CLDR v39 #32
Comments
I have tried to download the latest data to cmd/data/core, but "go run generate_resources.go" fails with:
Running goimports on yo_BJ.go manually gave me:
Here are the two offending functions in the file:
and
This means that generate_resources.go has a bug in parseDateTimeFormat(). To be continued. EDIT: Tracked down to a missing newline on line 1344. |
Out of time. The v38 PR will need further work. Opened #35 which gets us to CLDR v36.1 cleanly. Probably best to merge that and then chase the next two updates. |
The current data is 6 CLDR releases behind, so let's track the update here.
The text was updated successfully, but these errors were encountered: