Skip to content

labisanargyrou/ra-language-greek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%