Skip to content

gyhaLabs/ra-language-romanian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Romanian Messages for React-Admin

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

Installation

npm install --save ra-language-romanian

Usage

import romanianMessages from "ra-language-romanian";
import polyglotI18nProvider from "ra-i18n-polyglot";

const messages = {
    ro: romanianMessages,
};
const i18nProvider = polyglotI18nProvider((locale) => messages[locale]);

<Admin locale="ro" i18nProvider={i18nProvider}>
    ...
</Admin>;

License

This translation is licensed under the MIT License.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •