Skip to content

Commit

Permalink
CLDR-16720 json transliterator- sort the transforms.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 17, 2024
1 parent 5fc8be5 commit 2459840
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ public class CLDRTransformsJsonIndex {
public String[] available =
getAvailableIds().stream()
.map((String id) -> id.replace(".xml", ""))
.sorted()
.collect(Collectors.toList())
.toArray(new String[0]);
}
Expand Down

0 comments on commit 2459840

Please sign in to comment.