Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 593 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 593 Bytes

Danish Translations for Admin-on-rest

Danish translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.

admin-on-rest demo

Installation

npm install --save aor-language-danish

Usage

import danishMessages from 'aor-language-danish';

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

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

License

This translation is licensed under the MIT Licence.