UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

11 lines 289 B
export const defaultI18nProvider = { translate: (key, options = {}) => { if (options._) { return options._; } return key; }, changeLocale: () => Promise.resolve(), getLocale: () => 'en', }; //# sourceMappingURL=defaultI18nProvider.js.map