🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ra-language-russian

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

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

5.4.4
latest
Source
npm
Version published
Weekly downloads
936
-22.06%
Maintainers
1
Weekly downloads
 
Created
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

react

FAQs

Package last updated on 28 May 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