Skip to content

Commit

Permalink
CLDR-17719 Update coverage goals
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Jun 12, 2024
1 parent 591f6a8 commit e3ec337
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import com.google.common.base.Joiner;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSortedSet;
import com.google.common.collect.Multimap;
import com.google.common.collect.Multimaps;
import com.google.common.collect.Sets;
Expand Down Expand Up @@ -1374,10 +1373,8 @@ private String getLanguageName(String languageCode) {

static final Set<Organization> TC_Vendors =
Sets.union(
// this is a slightly odd construction, to add airbnb into the sorted items,
// but then end with cldr
ImmutableSortedSet.copyOf(
Sets.union(Organization.getTCOrgs(), Set.of(Organization.airbnb))),
Organization.getTCOrgs(),
// This adds the CLDR org at the end of the list
Set.of(Organization.cldr));

private void showCoverageGoals(PrintWriter pw) throws IOException {
Expand Down

0 comments on commit e3ec337

Please sign in to comment.