nikri / ra-language-danish

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Danish Messages for React-Admin

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

Installation

npm install --save ra-language-danish

Usage

import danishMessages from 'ra-language-danish';

const messages = {
    'da': danishMessages,
};

<Admin locale="da" messages={messages}>
  ...
</Admin>

License

This translation is licensed under the MIT License.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%