Danish translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.
npm install --save aor-language-danish
import danishMessages from 'aor-language-danish';
const messages = {
'da': danishMessages,
};
<Admin locale="da" messages={messages}>
...
</Admin>
This translation is licensed under the MIT Licence.