Skip to content

Klucherev/ra-language-russian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Russian Translations for React-admin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published