3.13.5 • Published 3 years ago

ra-language-german v3.13.5

Weekly downloads
634
License
MIT
Repository
github
Last release
3 years ago

German Translations for react-admin

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

Installation

npm install --save ra-language-german

Usage

import germanMessages from 'ra-language-german';

const messages = {
    'de': germanMessages,
};
const i18nProvider = locale => messages[locale];

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

License

This translation is licensed under the MIT Licence.

3.13.5

3 years ago

3.13.4

3 years ago

2.1.2

5 years ago

2.1.1

6 years ago

2.0.0-RC4

6 years ago