1.0.2 • Published 7 years ago

ra-language-danish v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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.