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-17195 v44: update en with locales now at basic #3362

Merged
merged 2 commits into from
Oct 25, 2023
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
3 changes: 3 additions & 0 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ annotations.
<language type="bjn">Banjar</language>
<language type="bkm">Kom</language>
<language type="bla">Siksiká</language>
<language type="blo">Anii</language>
<language type="blt">Tai Dam</language>
<language type="bm">Bambara</language>
<language type="bn">Bangla</language>
Expand Down Expand Up @@ -353,6 +354,7 @@ annotations.
<language type="kv">Komi</language>
<language type="kw">Cornish</language>
<language type="kwk">Kwakʼwala</language>
<language type="kxv">Kuvi</language>
<language type="ky">Kyrgyz</language>
<language type="ky" alt="variant">Kirghiz</language>
<language type="la">Latin</language>
Expand Down Expand Up @@ -677,6 +679,7 @@ annotations.
<language type="xal">Kalmyk</language>
<language type="xh">Xhosa</language>
<language type="xmf">Mingrelian</language>
<language type="xnr">Kangri</language>
<language type="xog">Soga</language>
<language type="yao">Yao</language>
<language type="yap">Yapese</language>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
}

public void TestMissingInfoForLanguage() {
CLDRFile english = CLDR_CONFIG.getEnglish();
CLDRFile english = CLDR_CONFIG.getEnglish().getUnresolved();

CalculatedCoverageLevels ccl = CalculatedCoverageLevels.getInstance();

Expand All @@ -357,7 +357,7 @@
continue; // skip error
}
}
errln("Missing English translation for: " + language);
errln("Missing English translation for: " + language + " which is at " + covLevel);
}
}
}
Expand Down Expand Up @@ -546,7 +546,7 @@
}

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

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

View workflow job for this annotation

GitHub Actions / build

(LikelySubtagsTest.java:549) Warning: Locales have 224 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 Expand Up @@ -791,7 +791,7 @@
// SUPPLEMENTAL_DATA_INFO.getLikelyOrigins().get(value);
// fieldToOrigin.put(value, origin == null ? "n/a" : origin);
// }
warnln("Bad status=" + entry.getKey() + " for " + entry.getValue());

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

View workflow job for this annotation

GitHub Actions / build

(LikelySubtagsTest.java:794) Warning: Bad status=macroregion for [001, 419]
}
}
}
Expand Down
Loading