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

Datagen: Add workaround for variants table in CLDR 44 #4157

Closed
wants to merge 1 commit into from

Conversation

sffc
Copy link
Member

@sffc sffc commented Oct 13, 2023

Part of #4155

CLDR 44 BETA contains data such as

{
  "main": {
    "vec": {
      "identity": {
        "version": {
          "_cldrVersion": "44"
        },
        "language": "vec"
      },
      "localeDisplayNames": {
        "variants": {
          "1901": {},
          "1994": {},
          "1996": "ortografìa todesca de’l 1996",
          "1606NICT": "franseze mezo tardivo fin el 1606",

This may be a bug, but in the mean time I created some code to work around it. See:

https://unicode-org.atlassian.net/browse/CLDR-17171

@sffc sffc requested review from srl295 and echeran and removed request for Manishearth and robertbastian October 13, 2023 23:57
Copy link
Member

@srl295 srl295 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bug due to data issue

@sffc sffc marked this pull request as draft October 16, 2023 18:17
@sffc
Copy link
Member Author

sffc commented Oct 16, 2023

If this is confirmed as a bug I'd rather wait for the fix to land in CLDR-JSON.

@robertbastian
Copy link
Member

Not needed, data was fixed

@srl295
Copy link
Member

srl295 commented Nov 2, 2023

Not needed, data was fixed

we have tickets for dealing with this as well in the future.

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.

4 participants