Slikelysubtags.json Not Loaded
I use cldr and globalize libaries. And I read in docs that I need to load likelySubtags.json. Maybe, it is due to my poor English but I can't get where I need to get these files? O
Solution 1:
likelySubtags.json
is a file from CLDR: https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/likelySubtags.json.
You can find the answer for your question at Globalize docs How do I get CLDR data:
How do I get CLDR data?
By downloading the JSON packages individually...
Unicode CLDR is available as JSON at https://github.com/unicode-cldr/ (after this json-packaging proposal took place). Please, read https://github.com/unicode-cldr/cldr-json for more information about packageorganization.
By using a package manager...
cldr-data
can be used for convenience. It always downloads from the correct source.Use npm
npm install cldr-data
or bowerbower install cldr-data
(detailed instructions). For more information, see:
Post a Comment for "Slikelysubtags.json Not Loaded"