JSPM

@nobodyguy/ra-language-czech

4.5.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27906F
  • License MIT

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

Package Exports

  • @nobodyguy/ra-language-czech
  • @nobodyguy/ra-language-czech/esm/index.js
  • @nobodyguy/ra-language-czech/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nobodyguy/ra-language-czech) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Czech Messages for React-Admin

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

Installation

npm install --save @nobodyguy/ra-language-czech

Usage

import czechMessages from "@nobodyguy/ra-language-czech";
import polyglotI18nProvider from 'ra-i18n-polyglot';

const i18nProvider = polyglotI18nProvider(() => czechMessages, 'cs');

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

License

This translation is licensed under the MIT License.