Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 816 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 816 Bytes

German Translations for react-admin

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

react-admin-demo

Installation

npm install --save ra-language-german

Usage

import { Admin } from 'react-admin';
import englishMessages from 'ra-language-english';
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 Licence.