Skip to content

Nooul/ra-language-greek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 3.19.10 for react-admin 3.19.x

Download version ra-language-greek 4.4.4 for react-admin 4.4.x

(from now on the two will have matching versions as there is dependency on ra-core.. if more versions are needed due to bugs there will be in the form 4.4.x.y)

License

This translation is licensed under the MIT License.

About

Greek translations for react-admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published