Skip to content

Commit

Permalink
CLDR-16807 remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Jun 24, 2024
1 parent eef267d commit 6d4489a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ private Map<String, String> getSortedNames(Organization org, Level desiredLevel)
LocalesWithExplicitLevel cldrLocale =
new LocalesWithExplicitLevel(Organization.cldr, desiredLevel);

// TODO: another hack, unaffiliated gets everything
// A user in the Unaffiliated organization can access a list with all non-TC locales.
if (org == Organization.unaffiliated && desiredLevel == Level.BASIC) {
for (String localeID : cldrFactory.getAvailable()) {
final CLDRLocale loc = CLDRLocale.getInstance(localeID);
Expand Down

0 comments on commit 6d4489a

Please sign in to comment.