Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 625 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 625 Bytes

Greek Messages for React-Admin

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

Installation

npm install --save ra-language-greek

Usage

import elMessages from "ra-language-greek";
import polyglotI18nProvider from "ra-i18n-polyglot";

const messages = {
  el: elMessages,
};

const i18nProvider = polyglotI18nProvider((locale) => messages[locale]);

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

License

This translation is licensed under the MIT License.