šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

ra-language-czech

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-language-czech

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

5.7.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

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 ra-language-czech

Usage

import czechMessages from 'ra-language-czech';
import polyglotI18nProvider from 'ra-i18n-polyglot';

const messages = {
    'cs': czechMessages,
};

const i18nProvider = polyglotI18nProvider(locale => messages[locale]);

<Admin locale="cs" i18nProvider={i18nProvider}>
  ...
</Admin>

License

This translation is licensed under the MIT License, and sponsored by marmelab.

Keywords

react

FAQs

Package last updated on 01 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts