4.6.1 • Published 2 years ago

ra-language-dutch v4.6.1

Weekly downloads
235
License
MIT
Repository
github
Last release
2 years 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

2 years ago

4.6.0

3 years ago

4.3.0

3 years ago

3.17.2

4 years ago

3.16.3

4 years ago

3.15.1

4 years ago

3.12.0

4 years ago

3.12.4

4 years ago

3.11.3

4 years ago

3.6.3

5 years ago

3.6.2

5 years ago

3.4.1

5 years ago

3.1.0

6 years ago

3.0.0-beta.3

6 years ago

2.8.5

6 years ago

2.7.0

6 years ago

2.6.1

6 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-RC2

7 years ago