Open rxaviers opened 2 years ago
Same to me. It should leverage the official NPM package and allow developers to pick CLDR versions which they find suitable. A constant chore of keeping bumping is automatable via GitHub Actions. But this impact reliability as we never know if a future version of CLDR will be as friendly as today's.
As Unicode team already published CLDR data in NPM fashion, can globalize
depends on them directly?
Does it still make sense to download files or should it leverage the official unicode npm modules? https://github.com/unicode-org/cldr-json/tree/main/cldr-json
require.resolve
and testing to figure out the installed modules. ⬅ (my personal preference as of now)