dojo / i18n

:rocket: Dojo 2 - internationalization library.
http://dojo.io
Other
6 stars 19 forks source link

CLDR load imports all of Globalize #120

Closed matt-gadd closed 6 years ago

matt-gadd commented 6 years ago

Bug i18n.ts imports cldr/load.ts which imports all of globalize here: https://github.com/dojo/i18n/blob/master/src/cldr/load.ts#L3)

This means you get all of globalize for just including i18n (rather than the minimal amount needed)