german translations for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
npm install ra-language-germanGerman translations for react-admin, the frontend framework for building admin applications on top of REST services.
``sh`
npm install --save ra-language-german
`js
import germanMessages from 'ra-language-german';
const messages = {
'de': germanMessages,
};
const i18nProvider = locale => messages[locale];
...
``
This translation is licensed under the MIT Licence.