Skip to content

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

License

Notifications You must be signed in to change notification settings

Aikain/ra-language-finnish

Repository files navigation

Finnish Messages for React-Admin

Finnish 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-finnish

Usage

import finnishMessages from 'ra-language-finnish';
import polyglotI18nProvider from 'ra-i18n-polyglot';

const i18nProvider = polyglotI18nProvider(() => finnishMessages, 'fi');

<Admin i18nProvider={i18nProvider}>
  ...
</Admin>

You can find more details here.

License

This translation is licensed under the MIT License.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published