SSA111 / aor-language-danish

Danish translations for admin-on-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Danish translations for admin-on-rest

License:MIT License


Languages

Language:JavaScript 100.0%