0.1.6 • Published 8 months ago

@packdir/language-en v0.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

English Messages for React-Admin

This package originates from ra-language-english

English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

react-admin-demo

Installation

npm install --save @packdir/language-en

Usage

import { Admin } from 'react-admin';
import englishMessages from '@packdir/language-en';
import polyglotI18nProvider from 'ra-i18n-polyglot';

const messages = {
    'en': englishMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);

<Admin locale="en" i18nProvider={i18nProvider}>
    ...
</Admin>

License

This translation is licensed under the MIT License, and sponsored by Packdir.

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago