UNPKG

react-admin

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

10 lines (8 loc) 269 B
import defaultMessages from 'ra-language-english'; import polyglotI18nProvider from 'ra-i18n-polyglot'; export const defaultI18nProvider = polyglotI18nProvider( () => defaultMessages, 'en', [{ name: 'en', value: 'English' }], { allowMissing: true } );