Socket
Socket
Sign inDemoInstall

ra-language-russian

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ra-language-russian

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


Version published
Weekly downloads
689
decreased by-25.11%
Maintainers
1
Install size
17.2 MB
Created
Weekly downloads
 

Readme

Source

Russian Translations for React-admin

Russian translations for react-admin, the frontend framework for building admin applications on top of REST services.

Installation

npm install --save ra-language-russian

Usage

import polyglotI18nProvider from 'ra-i18n-polyglot';
import russianMessages from 'ra-language-russian';

const i18nProvider = polyglotI18nProvider(() => russianMessages, 'ru');

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

License

This translation is licensed under the MIT Licence.

Keywords

FAQs

Last updated on 04 Dec 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc