Skip to content

Awesome-Technologies/ra-language-german

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%