Czech messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
npm install ra-language-czechCzech messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
``sh`
npm install --save ra-language-czech
`js
import czechMessages from 'ra-language-czech';
import polyglotI18nProvider from 'ra-i18n-polyglot';
const messages = {
'cs': czechMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);
...
``
This translation is licensed under the MIT License, and sponsored by marmelab.