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

CLDR-18096 BRS 46.1 cherry-pick 46.1 changes from main to maint/maint-46, part 1 #4232

Conversation

pedberg-icu
Copy link
Contributor

CLDR-18096

  • This PR completes the ticket.

This PR cherry-picks to the maint/maint-46 branch all of the 46.1 changes on the main branch through commit bf9f761 on Friday afternoon Dec 6. Those commits on main that are cherry-picked with this PR are:

Commit Commit merged Ticket Description
b5aee86 2024-10-31 02:29 CLDR-18042 de-ASCII transform references undefined Any-ASCII transform
48afc24 2024-11-04 21:30 CLDR-18043 Miscellaneous transform rule bugs
af54e7e 2024-11-06 08:55 CLDR-11570 likely subtag for grc still wrong
94942a8 2024-11-07 12:39 CLDR-15948 Clarify the well-formedness and validity of certain Unicode CLDR identifiers for MF2. (1)
c5482d3 2024-11-10 21:26 CLDR-17160 metadata for kaw language and Kawi script
4b52ae7 2024-11-13 12:52 CLDR-17979 CLONE - Need timeFormats with h for yue-Hant-CN
21d9db1 2024-11-17 18:03 CLDR-15948 Clarify the well-formedness and validity of certain Unicode CLDR identifiers for MF2. (2)
163a3df 2024-11-19 10:28 CLDR-15948 Clarify the well-formedness and validity of certain Unicode CLDR identifiers for MF2. (3)
76f4096 2024-12-02 10:47 CLDR-18122 Update MessageFormat test data
4a8e7c5 2024-12-02 13:23 CLDR-18056 “facing right” emojis are missing the skin tone in annotationsDerived
b26d82b 2024-12-02 15:30 CLDR-18136 Fix low-hanging fruit for date skeletons in CLDR 46.1
e8bcb7f 2024-12-03 15:04 CLDR-18106 Improve quality of date time test data for CLDR v46.1
9c044e1 2024-12-04 13:15 CLDR-18050 Fix format of h5
89b3e05 2024-12-06 13:56 CLDR-18150 Fix private-use units to avoid validity constraints
a893bfb 2024-12-06 15:58 CLDR-18166 BRS 46.1 CLDRModify passes on main before cherry-pick to maint-46 (1)
bf9f761 2024-12-06 16:24 CLDR-18166 BRS 46.1 CLDRModify passes on main before cherry-pick to maint-46 (2)

Note: This should be merged with "Rebase and merge" (temporarily enable in Settings), not the usual "Squash and merge"

ALLOW_MANY_COMMITS=true
DISABLE_JIRA_ISSUE_MATCH=true

robertbastian and others added 16 commits December 7, 2024 20:42
Kawi, also known as Old Javanese, is undergoing a bit of a revival. It has been written in Javanese, Balinese, and the original Kawi writing system. In modern usage the revival seems to favor the Balinese script. This was recommended by the Jira Ticket [CLDR-17160](https://unicode-org.atlassian.net/browse/CLDR-17160) and will match SIL langtags entry.

```
{
        "full": "kaw-Bali-MY",
        "iana": [ "Kawi" ],
        "iso639_3": "kaw",
        "name": "Kawi",
        "region": "MY",
        "regionname": "Malaysia",
        "script": "Bali",
        "sldr": false,
        "tag": "kaw",
        "tags": [ "kaw-Bali", "kaw-MY" ],
        "windows": "kaw-Bali"
    },
```

(cherry picked from commit c5482d3)
@pedberg-icu pedberg-icu self-assigned this Dec 8, 2024
@macchiati
Copy link
Member

macchiati commented Dec 8, 2024 via email

@pedberg-icu
Copy link
Contributor Author

The Formatter + Style checker failure seems to be a CI config issue:

Run npx yaml-lint .github/workflows/*.yml
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/yaml-lint - Not found
npm error 404
npm error 404  'yaml-lint@*' is not in this registry.

Not going to worry about it, does not block a merge.

@pedberg-icu pedberg-icu merged commit a3eef1e into unicode-org:maint/maint-46 Dec 8, 2024
9 of 10 checks passed
@pedberg-icu pedberg-icu deleted the CLDR-18096-BRS46-1-cherry-pick-main-to-maint-part1 branch December 8, 2024 23:33
@pedberg-icu pedberg-icu changed the title CLDR-18096 BRS 46.1 cherry-pick 46.1 changes from maint to maint/maint-46, part 1 CLDR-18096 BRS 46.1 cherry-pick 46.1 changes from main to maint/maint-46, part 1 Dec 8, 2024
@srl295
Copy link
Member

srl295 commented Dec 9, 2024

The Formatter + Style checker failure seems to be a CI config issue:

Run npx yaml-lint .github/workflows/*.yml
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/yaml-lint - Not found
npm error 404
npm error 404  'yaml-lint@*' is not in this registry.

Not going to worry about it, does not block a merge.

Transient. Reran and it passed.

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.

7 participants