ra-language-dutch

Dutch translations for react-admin. A frontend Framework for building admin applications running in the browser on top of REST/GraphQL services, using ES6, React and Material Design

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ra-language-dutch
224.6.12 months ago5 years agoMinified + gzip package size for ra-language-dutch in KB

Readme

Dutch Messages for React-Admin
Dutch messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
react-admin-demo

Installation

npm install --save ra-language-dutch

Usage

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>

License

This translation is licensed under the MIT License.