Skip to content

kamilgunduz/ra-language-turkish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turkish Messages for React-Admin

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

react-admin demo

Installation

npm install --save ra-language-turkish

Usage

import turkishMessages from 'ra-language-turkish';

const messages = {
    'tr': turkishMessages,
};

const i18nProvider = locale => messages[locale];

<Admin locale="tr" i18nProvider={i18nProvider}>
  ...
</Admin>

License

This translation is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published