1.0.20 • Published 6 years ago

@rqsts/react-language-english v1.0.20

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
6 years ago

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.

1.0.20

6 years ago

1.0.20-alpha.0

6 years ago

1.0.19

6 years ago

1.0.17

6 years ago

1.0.15

6 years ago