1.0.2 • Published 4 years ago

ra-language-romanian v1.0.2

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago