4.6.1 • Published 1 year ago

ra-language-dutch v4.6.1

Weekly downloads
235
License
MIT
Repository
github
Last release
1 year ago

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.

4.6.1

1 year ago

4.6.0

1 year ago

4.3.0

2 years ago

3.17.2

3 years ago

3.16.3

3 years ago

3.15.1

3 years ago

3.12.0

3 years ago

3.12.4

3 years ago

3.11.3

3 years ago

3.6.3

4 years ago

3.6.2

4 years ago

3.4.1

4 years ago

3.1.0

4 years ago

3.0.0-beta.3

5 years ago

2.8.5

5 years ago

2.7.0

5 years ago

2.6.1

5 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

2.0.0-RC2

6 years ago