@haleos/ra-language-german
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Formal German Messages for React-Admin

Formal and informal German messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

react-admin-demo

Installation

npm install --save @haleosde/ra-language-german

Usage

import { Admin } from "react-admin"
import {formalGermanMessages, informalGermanMessages} from "@haleosdev/ra-language-german"
import polyglotI18nProvider from "ra-i18n-polyglot"

const messages = {
    "de-formal": formalGermanMessages,
    "de-informal": informalGermanMessages
}
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);

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

License

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

Package Sidebar

Install

npm i @haleos/ra-language-german

Weekly Downloads

412

Version

1.0.0

License

MIT

Unpacked Size

48.1 kB

Total Files

30

Last publish

Collaborators

  • tommylenz