Closed sag3ll0 closed 7 years ago
it will use to set in package.json parameter
package.json
{ "cldr-data-urls": "../../cldrdatadwnl.json" }
with custom set of urls according you urls.json
urls.json
example cldrdatadwnl.json
cldrdatadwnl.json
{ "core": [ "https://github.com/unicode-cldr/cldr-core/archive/30.0.3.zip", "https://github.com/unicode-cldr/cldr-dates-modern/archive/30.0.3.zip", "https://github.com/unicode-cldr/cldr-localenames-modern/archive/30.0.3.zip", "https://github.com/unicode-cldr/cldr-misc-modern/archive/30.0.3.zip", "https://github.com/unicode-cldr/cldr-numbers-modern/archive/30.0.3.zip", "https://github.com/unicode-cldr/cldr-segments-modern/archive/30.0.3.zip", "https://github.com/unicode-cldr/cldr-units-modern/archive/30.0.3.zip" ] }
Two more things: (sorry not have asked this before)
it will use to set in
package.json
parameterwith custom set of urls according you
urls.json
example
cldrdatadwnl.json