3.9.3 • Published 4 years ago

ra-language-turkish v3.9.3

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

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.

3.9.3

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

6 years ago