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? Or how to generate? Just for example: <script> Globalize.load({ main: { en: { ... } }, supplemental: { likelySubtags: { ... }, timeDate: { ... }, weekData: { ... } } }); </script> As I understood it generates these JSONs. But that do I need to write instead of points? Can anyone explain more clear? Below the code