rxaviers / cldr-data-npm

Npm module for Unicode CLDR JSON data
MIT License
42 stars 27 forks source link

RFC: This module needs a complete overhaul #78

Open rxaviers opened 2 years ago

rxaviers commented 2 years ago

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

compulim commented 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?