@rqsts/react-language-english
v1.0.20
Published
English messages for @rqsts/react-app, the frontend framework for building admin applications on top of REST/GraphQL services
Downloads
3
Maintainers
Readme
English Messages for @RQSTS/React-App
English messages for @rqsts/react-app, the frontend framework for building admin applications on top of REST/GraphQL services.
Installation
npm install --save @rqsts/react-language-english
Usage
import englishMessages from '@rqsts/react-language-english';
const messages = {
'en': englishMessages,
};
const i18nProvider = locale => messages[locale];
<Admin locale="en" i18nProvider={i18nProvider}>
...
</Admin>
License
This translation is licensed under the MIT License, and sponsored by @rqsts/react-app.