UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

15 lines (12 loc) 229 B
import {intlReducer} from 'react-intl-redux'; const intlInitialState = { intl: { defaultLocale: 'en', locale: 'en', messages: {} } }; export { intlReducer as default, intlInitialState };