bojanz / currency

Currency handling for Go.
https://pkg.go.dev/github.com/bojanz/currency
MIT License
556 stars 45 forks source link

Rework locale data filtering (-modern is going away) #34

Closed bojanz closed 4 days ago

bojanz commented 6 months ago

CLDR v45 deprecated the "modern" packages. Instead, we are expected to use the "full" packages and then filter locales based on the data in https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-core/coverageLevels.json

Reference: https://unicode-org.atlassian.net/browse/CLDR-16465

Ishwarya-Selvaraj commented 3 months ago

I would like to give it a try @bojanz