Skip to content

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

Notifications You must be signed in to change notification settings

rlems/ra-language-dutch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%