globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 605 forks source link

cldr-data is now loaded from package.json #926

Closed stukalin closed 2 years ago

stukalin commented 2 years ago

Addresses #811 and moves the cldr-data package to npm. The latest version of the package is 36 whether the latest version of cldr is 40 now, but i guess it's now closer rather than 25 :D

Anyways I did this one in order to obtain the dayPeriods data which is required to resolve #544.

linux-foundation-easycla[bot] commented 2 years ago

CLA Signed

The committers are authorized under a signed CLA.

stukalin commented 2 years ago

@rxaviers may I ping you on this one? I'd like to do a further contribution but it waits till this one will be merged.

stukalin commented 2 years ago

@rxaviers just another friendly ping

rxaviers commented 2 years ago

Thank you!