Skip to content

Commit

Permalink
CLDR-16449 Retain sr_Latn (unicode-org#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored Apr 5, 2023
1 parent 29c208f commit 57e792c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/properties/coverageLevels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ sl ; modern ; Slovenian
so ; modern ; Somali
sq ; modern ; Albanian
sr ; modern ; Serbian
sr_Latn ; modern ; Serbian (Latin)
su ; basic ; Sundanese
sv ; modern ; Swedish
sw ; modern ; Swahili
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ private static void showCoverage(Anchors anchors, Matcher matcher, Set<String> l
for (String locale : availableLanguages) {
try {
if (locale.contains("supplemental") // for old versionsl
|| locale.startsWith("sr_Latn")) {
// || locale.startsWith("sr_Latn")
) {
continue;
}
if (locales != null && !locales.contains(locale)) {
Expand Down

0 comments on commit 57e792c

Please sign in to comment.