3.19.10 • Published 2 years ago

ra-language-greek v3.19.10

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

npm npm npm

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>;

Download version aor-language-greek 0.0.7 for admin-on-rest 1.4.x

Download version ra-language-greek 0.1.x for react-admin 2.x.x

Download version ra-language-greek 4.4.1 for react-admin 4.4.1

(fron now on the two will have matching versions as there is dependency on ra-core)

License

This translation is licensed under the MIT License.

4.4.1

2 years ago

3.19.10

2 years ago

4.4.4

2 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago