Dutch messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
npm install --save ra-language-dutch
import dutchMessages from 'ra-language-dutch';
import polyglotI18nProvider from 'ra-i18n-polyglot';
const messages = {
'nl': dutchMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);
<Admin locale="nl" i18nProvider={i18nProvider}>
...
</Admin>
This translation is licensed under the MIT License.