-
Notifications
You must be signed in to change notification settings - Fork 397
CLDR-18745 Create validate_units.py #4829
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
Conversation
@younies Can you please review this PR? It’s ready for your review and aligns with the script logic we discussed. |
To signal that you want a review, go to the Reviewers section and pick
Younies's name to add him as a reviewer.
Mark
— Il meglio è l’inimico del bene —
…On Tue, Jun 24, 2025 at 2:08 PM Preet Sojitra ***@***.***> wrote:
*preetsojitra2712* left a comment (unicode-org/cldr#4829)
<#4829 (comment)>
@younies <https://github.com/younies> Can you please review this PR? It’s
ready for your review and aligns with the script logic we discussed.
—
Reply to this email directly, view it on GitHub
<#4829 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMEQ7VTOM6KJA5JU6A33FG43HAVCNFSM6AAAAACABNRZPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAMBRHA3DIMZRGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi Preet, good start! For PRs to CLDR, we need to start the title with a CLDR ticket. In our case, we will use CLDR-18745. Also, you need to ensure that the branch has only one commit with a message the same as the title. |
Yeah Got it @younies Thank you. |
575768c
to
951931c
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
951931c
to
5ed808a
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
5ed808a
to
16d6a52
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
16d6a52
to
4e252f0
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
4e252f0
to
3de7035
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve and we will follow with a PR as discussed offline
3de7035
to
5452400
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
CLDR-18745
Reads the English “long” unit definitions from
units.json
Sends the flattened patterns to an LLM for a brief analysis
Checks correctness with an “All correct?” prompt, plus:
Supports interactive overrides of each prompt (or hit Enter to use the defaults)