French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
npm install ra-language-frenchFrench messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

``sh`
npm install --save ra-language-french
`jsx
import { Admin } from 'react-admin';
import frenchMessages from 'ra-language-french';
import polyglotI18nProvider from 'ra-i18n-polyglot';
const messages = {
'fr': frenchMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);
...
``
This translation is licensed under the MIT License, and sponsored by marmelab.