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-18267 BRS v47: update logKnownIssues #4322

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@
if (englishName == null) {
Level covLevel = ccl.getEffectiveCoverageLevel(language);
if (covLevel == null || !covLevel.isAtLeast(Level.BASIC)) {
// https://unicode-org.atlassian.net/browse/CLDR-15663
// https://unicode-org.atlassian.net/browse/CLDR-17857
if (logKnownIssue(
"CLDR-15663",
"CLDR-17857",
"English translation should not be required for sub-basic language name")) {
continue; // skip error
}
Expand Down Expand Up @@ -560,7 +560,7 @@
}

if (!collectedBad.isEmpty()) {
warnln(

Check warning on line 563 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java

View workflow job for this annotation

GitHub Actions / build

(LikelySubtagsTest.java:563) Warning: Locales have 220 unexpected characters in main and/or aux: [҂״܀-܍०-९৲-৺੦-੯૰౦-౯໐-໙၀-၉၏႐-႙႞႟፠-፼᎐-᎙᠐-᠙⳥-⳪꒐-꓆𞅏{a\:}{ch’}{e\:}{i\:}{k’}{o\:}{ts’}{tł’}{t’}{à\:}{á\:}{è\:}{é\:}{ì\:}{í\:}{ò\:}{ó\:}{ଅ\:}{ଆ\:}{ଏ\:}]
"Locales have "
+ collectedBad.size()
+ " unexpected characters in main and/or aux:\t"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2085,30 +2085,30 @@ public VoterInfo getVoterInfo() {
"*"
},
{
"CLDR-17756 Add examples of date intervals",
"CLDR-17945 Add examples of date intervals",
"//ldml/dates/calendars/calendar[@type=\"*\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"*\"]/greatestDifference[@id=\"*\"]",
"*"
},
{
"CLDR-17756 Show \"{0} ¤¤\" with formatted number and ISO code, eg {0} ¤¤ becomes 3,5 EUR",
"CLDR-17945 Show \"{0} ¤¤\" with formatted number and ISO code, eg {0} ¤¤ becomes 3,5 EUR",
"//ldml/numbers/currencyFormats[@numberSystem=\"*\"]/currencyPatternAppendISO",
"*"
},
{
"CLDR-17756 Show 2 currencies with pattern, eg EUR ➔ USD",
"CLDR-17945 Show 2 currencies with pattern, eg EUR ➔ USD",
"//ldml/numbers/currencies/currency[@type=\"*\"]/displayName",
"*"
},
{
"CLDR-17756 Show as part of a locale name",
"CLDR-17945 Show as part of a locale name",
"//ldml/localeDisplayNames/keys/key[@type=\"*\"]"
+ "//ldml/localeDisplayNames/measurementSystemNames/measurementSystemName[@type=\"*\"]"
+ "//ldml/localeDisplayNames/subdivisions/subdivision[@type=\"*\"]"
+ "//ldml/localeDisplayNames/types/type[@key=\"*\"][@type=\"*\"]",
"*"
},
{
"CLDR-17756 Show using two months, eg Januar - Juni",
"CLDR-17945 Show using two months, eg Januar - Juni",
"//ldml/dates/calendars/calendar[@type=\"*\"]/dateTimeFormats/intervalFormats/intervalFormatFallback",
"*"
},
Expand All @@ -2119,27 +2119,27 @@ public VoterInfo getVoterInfo() {
"*"
},
{
"CLDR-17756 Show font with field, eg: Helvetica (kursiv), Helvetica (Kursivstellung), Helvetica (vertikale Brüch)",
"CLDR-17945 Show font with field, eg: Helvetica (kursiv), Helvetica (Kursivstellung), Helvetica (vertikale Brüch)",
"//ldml/typographicNames/styleName[@type=\"*\"][@subtype=\"*\"]"
+ "//ldml/typographicNames/axisName[@type=\"*\"]"
+ "//ldml/typographicNames/featureName[@type=\"*\"]",
"*"
},
{
"CLDR-17756 Show in date with both variants: formatting and standalone. That way people can see what difference it makes, eg between MMMM and LLLL",
"CLDR-17945 Show in date with both variants: formatting and standalone. That way people can see what difference it makes, eg between MMMM and LLLL",
"//ldml/dates/calendars/calendar[@type=\"*\"]/days/dayContext[@type=\"*\"]/dayWidth[@type=\"*\"]/day[@type=\"*\"]"
+ "//ldml/dates/calendars/calendar[@type=\"*\"]/months/monthContext[@type=\"*\"]/monthWidth[@type=\"*\"]/month[@type=\"*\"]"
+ "//ldml/dates/calendars/calendar[@type=\"*\"]/months/monthContext[@type=\"*\"]/monthWidth[@type=\"*\"]/month[@type=\"*\"][@yeartype=\"*\"]"
+ "//ldml/dates/calendars/calendar[@type=\"*\"]/quarters/quarterContext[@type=\"*\"]/quarterWidth[@type=\"*\"]/quarter[@type=\"*\"]",
"*"
},
{
"CLDR-17756 Show pattern with example",
"CLDR-17945 Show pattern with example",
"//ldml/dates/fields/field[@type=\"*\"]/relativePeriod",
"*"
},
{
"CLDR-17756 Show sample name with 2 different values",
"CLDR-17945 Show sample name with 2 different values",
"//ldml/personNames/foreignSpaceReplacement"
+ "//ldml/personNames/initialPattern[@type=\"*\"]"
+ "//ldml/personNames/nativeSpaceReplacement"
Expand All @@ -2148,12 +2148,12 @@ public VoterInfo getVoterInfo() {
"*"
},
{
"CLDR-17756 Show two units with pattern, eg 'Meter ➔ Fuß'",
"CLDR-17945 Show two units with pattern, eg 'Meter ➔ Fuß'",
"//ldml/units/unitLength[@type=\"*\"]/unit[@type=\"*\"]/displayName",
"*"
},
{
"CLDR-17756 Show with {0}: {0}, eg Monat: Januar",
"CLDR-17945 Show with {0}: {0}, eg Monat: Januar",
"//ldml/dates/fields/field[@type=\"*\"]/displayName",
"*"
},
Expand All @@ -2163,30 +2163,30 @@ public VoterInfo getVoterInfo() {
"*"
},
{
"CLDR-17756 Show with formattted date, including era",
"CLDR-17945 Show with formattted date, including era",
"//ldml/dates/calendars/calendar[@type=\"*\"]/eras/eraAbbr/era[@type=\"*\"]\n"
+ "//ldml/dates/calendars/calendar[@type=\"*\"]/eras/eraNames/era[@type=\"*\"]",
"*"
},
{
"CLDR-17756 Show with pattern, eg '30° Süd'",
"CLDR-17945 Show with pattern, eg '30° Süd'",
"//ldml/units/unitLength[@type=\"*\"]/coordinateUnit/coordinateUnitPattern[@type=\"*\"]",
"*"
},
{
"CLDR-17756 Show with pattern, eg Richtung: 30° Süd",
"CLDR-17945 Show with pattern, eg Richtung: 30° Süd",
"//ldml/units/unitLength[@type=\"*\"]/coordinateUnit/displayName",
"*"
},
{
"CLDR-17756 Show with sample characters (where possible, emoji)",
"CLDR-17945 Show with sample characters (where possible, emoji)",
"//ldml/characterLabels/characterLabelPattern[@type=\"*\"][@count=\"*\"]\n"
+ "//ldml/characterLabels/characterLabel[@type=\"*\"]\n"
+ "//ldml/characterLabels/characterLabelPattern[@type=\"*\"]",
"*"
},
{
"CLDR-17756 Use gender minimal pair patterns to show in context — look at the minimal pair examples, reversing the background",
"CLDR-17945 Use gender minimal pair patterns to show in context — look at the minimal pair examples, reversing the background",
"//ldml/units/unitLength[@type=\"*\"]/unit[@type=\"*\"]/gender",
"*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void TestPathHeadersAndValues() {
for (Iterator<String> it = file.iterator(); it.hasNext(); ) {
String path = it.next();
if (isExemptLocale && path.equals(exemptPathIfLocale)) {
logKnownIssue("CLDR-17544", "Can't reproduce locally");
logKnownIssue("CLDR-17849", "Can't reproduce locally");
continue;
}
if (extraPaths.contains(path)) {
Expand Down
Loading