/ra-language-danish

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

Primary LanguageJavaScriptMIT LicenseMIT

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.