When I install cldr-data, the node_modules/cldr-data folder is about 260Mb.
It seems that it is split into a huge number of locales, and each locale folder is around 900kb.
I only want to support a few locales in my project.
Is there any way to filter locales and only get a few on install ?
Hi,
When I install cldr-data, the
node_modules/cldr-data
folder is about 260Mb. It seems that it is split into a huge number of locales, and each locale folder is around 900kb.I only want to support a few locales in my project. Is there any way to filter locales and only get a few on install ?
Thanks