ra-language-dutch
TypeScript icon, indicating that this package has built-in type declarations

4.6.1 • Public • Published

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.

Package Sidebar

Install

npm i ra-language-dutch

Weekly Downloads

352

Version

4.6.1

License

MIT

Unpacked Size

28.6 kB

Total Files

9

Last publish

Collaborators

  • nickwaelkens
  • pimschaaf