Dutch translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.
npm install --save aor-language-dutch
import dutchMessages from 'aor-language-dutch';
const messages = {
'nl': dutchMessages,
};
<Admin locale="nl" messages={messages}>
...
</Admin>
This translation is licensed under the MIT Licence, and sponsored by Pim Schaaf.