Skip to content

Remove Network Dependency for Downloading Common Locale Data

Compare
Choose a tag to compare
@cwtuan cwtuan released this 23 May 09:10
· 118 commits to master since this release
e7b5cc4

In this release, common locale data will not be loaded from CDN anymore. #84
Please require the locale data like this:

require('intl/locale-data/jsonp/en.js');
require('intl/locale-data/jsonp/zh.js');

See the example.