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-17843 Update ug.xml Add missing values to keep basic coverage. #3922

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

conradarcturus
Copy link
Contributor

Arabic and Arabic Extended are missing number formats -- just inherit. Same for symbols. Separately the exemplar characters need to be updated too.

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

CLDR-17843

  • This PR completes part of the ticket.

ALLOW_MANY_COMMITS=true

Arabic and Arabic Extended are missing number formats -- just inherit. Same for symbols. Separately the exemplar characters need to be updated too.

https://unicode-org.atlassian.net/browse/CLDR-17843
srl295
srl295 previously approved these changes Jul 31, 2024
@srl295
Copy link
Member

srl295 commented Jul 31, 2024

remember we'll need to regenerate coverageLevels.txt after this merges as in #3897

@conradarcturus
Copy link
Contributor Author

I'm not able to run the "build" and "check" jobs -- is it a permissions thing? Waiting on that, all of my pull requests are blocked right now.

@srl295
Copy link
Member

srl295 commented Aug 2, 2024 via email

common/main/ug.xml Outdated Show resolved Hide resolved
@@ -1157,7 +1157,7 @@ Reviewed by Waris Abdukerim Janbaz <[email protected]> of the Uyghur Computer Sci
<exemplarCharacters type="auxiliary">[\u200E\u200F ئ]</exemplarCharacters>
<exemplarCharacters type="index" draft="contributed">[{ئا} {ئه} {ئو} {ئۇ} {ئۆ} {ئۈ} {ئې} {ئى} ا ە ب پ ت ج چ خ د ر ز ژ س ش غ ف ق ك گ ڭ ل م ن ھ و ۇ ۆ ۈ ۋ ې ى ي]</exemplarCharacters>
Copy link
Member

Choose a reason for hiding this comment

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

Re {...} on this like: The {} are needed in the index IF they surround a string with 2+ characters, and that sequence (eg, {ئا}) is something that in used in indexing (eg {SCH} is used in German indexes).

macchiati
macchiati previously approved these changes Aug 5, 2024
srl295
srl295 previously approved these changes Aug 5, 2024
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.

Approving

They punctuation was failing a test because I did not escape the curly braces.

Also re-ran coverage level script `java -jar tools/cldr-code/target/cldr-code.jar ShowLocaleCoverage`
@jira-pull-request-webhook
Copy link

Notice: the branch changed across the force-push!

  • common/properties/coverageLevels.txt is now changed in the branch

View Diff Across Force-Push

~ Your Friendly Jira-GitHub PR Checker Bot

@@ -152,6 +152,7 @@ tn ; basic ; Tswana
to ; basic ; Tongan
tr ; modern ; Turkish
tt ; moderate ; Tatar
ug ; basic ; Uyghur
Copy link
Member

Choose a reason for hiding this comment

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

This will be overridden as soon as common/properties/coverageLevels.txt is regenerated. But harmless, so approving.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Does that happen automatically or does that happen if a contributor runs the script? After this commit it should be always covered.

I figured this is a good test to prove my commit works too ;)

@conradarcturus conradarcturus merged commit 47afea0 into unicode-org:main Aug 6, 2024
9 checks passed
@conradarcturus conradarcturus deleted the patch-2 branch August 6, 2024 22:25
@macchiati
Copy link
Member

It gets rebuilt when we rebuild the charts. We currently don't do that with pushes (it takes a while), but we've talked about doing something like every day. (Or we could rebuild just part of the charts).

@srl295
Copy link
Member

srl295 commented Aug 7, 2024

It gets rebuilt when we rebuild the charts. We currently don't do that with pushes (it takes a while), but we've talked about doing something like every day. (Or we could rebuild just part of the charts).

I think an additional job that runs on main (maybe daily) that signals if the rebuild makes a difference could be a lower impact way to handle this. Then we'd get notification, the charts are out of date, click here to update (as it'd be already built).

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.

3 participants