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-17765 BRS CLDRModify common/annotations; no -fQ; fix ka.xml #3992

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

btangmu
Copy link
Member

@btangmu btangmu commented Aug 28, 2024

-Hand-edit annotations/ka.xml to remove 6 / 5000 Результаты перевода

-Disable -fQ in CLDRModify.java

-Run CLDRModify on common/annotations without options

CLDR-17765

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

-Hand-edit annotations/ka.xml to remove 6 / 5000 Результаты перевода

-Disable -fQ in CLDRModify.java

-Run CLDRModify on common/annotations without options
@@ -3416,7 +3416,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<annotation cp="🧿">ავგაროზი | თილისმა | თურქული თვალი | ნაზარი | ფატიმას თვალი</annotation>
<annotation cp="🧿" type="tts">ფატიმას თვალი</annotation>
<annotation cp="🪬">ამულეტი | დაცვა | მარიამი | მირიამი | ფატიმა | ხელი | ჰამსა</annotation>
<annotation cp="🪬" type="tts">6 / 5000 Результаты перевода ჰამსა</annotation>
<annotation cp="🪬" type="tts">ჰამსა</annotation>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is hand-edited

@@ -650,11 +650,11 @@ private static void checkSuboptions(int i, UnicodeSet allowedOptions) {
+ "Use -? for help.");
}
if (i == FIX && givenOptions.value != null) {
final UnicodeSet allowedFilters = new UnicodeSet().add('P').add('Q').add('k');
final UnicodeSet allowedFilters = new UnicodeSet().add('P').add('k');
Copy link
Member Author

@btangmu btangmu Aug 28, 2024

Choose a reason for hiding this comment

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

This is the tooling change to disable -fQ

Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

@btangmu btangmu marked this pull request as ready for review August 28, 2024 17:11
@@ -650,11 +650,11 @@ private static void checkSuboptions(int i, UnicodeSet allowedOptions) {
+ "Use -? for help.");
}
if (i == FIX && givenOptions.value != null) {
final UnicodeSet allowedFilters = new UnicodeSet().add('P').add('Q').add('k');
final UnicodeSet allowedFilters = new UnicodeSet().add('P').add('k');
Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

@btangmu btangmu merged commit 820445b into unicode-org:main Aug 28, 2024
12 checks passed
@btangmu btangmu deleted the t17765_b branch August 28, 2024 20:10
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.

2 participants