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

ICU-22883 Update CLDR-ICU instructions with CLDR prereqs for BRS integrations #3157

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/processes/cldr-icu.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,21 @@ considerations:
resolving build issues and test failures for both ICU4C and ICU4J.
* After everything is committed, you will need to tag the cldr and cldr-staging
sources that ended up being used for the integration (see process below).
* Before doing the integration, there are some prerequisite tasks to do in CLDR,
as described in the next section.

# CLDR prerequisites for BRS integrations

The following tasks should be done in the CLDR repo before beginning a CLDR-ICU
integration that ss part of the BRS process; handle each of these using a separate
ticket and a separate PR:

1. Generate updated CLDR test data (which is copied to ICU), using the process in
[Generating CLDR testData](https://docs.google.com/document/d/1-RC99npKcSSwUoYGkSzxaKOe76gYRkWhGdFzCdIBCu4/edit#heading=h.2rum9c6hrr4w)

2. Run CLDRModify with no options with no options and then with -fP. The webpage
for CLDRModify is currently being converted to markdown, a reference to it will
be added when that process is complete.

# Environment variables

Expand Down