UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

10 lines (6 loc) 227 B
/* jslint esnext: true */ import IntlMessageFormat from './core'; import defaultLocale from './en'; IntlMessageFormat.__addLocaleData(defaultLocale); IntlMessageFormat.defaultLocale = 'en'; export default IntlMessageFormat;