Skip to content

Commit

Permalink
CLDR-17195 v44: update en with locales now at basic (unicode-org#3362)
Browse files Browse the repository at this point in the history
(cherry picked from commit e42c80c)
  • Loading branch information
srl295 authored and pedberg-icu committed Oct 31, 2023
1 parent fa622ca commit 8638534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 TestForMissingScriptMetadata() {
}

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

CalculatedCoverageLevels ccl = CalculatedCoverageLevels.getInstance();

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

0 comments on commit 8638534

Please sign in to comment.