1.0.0 • Published 7 years ago

aor-language-danish v1.0.0

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

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.