4.1.3 • Published 2 years ago

ra-language-turkish2 v4.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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-turkish2

Usage

import { Admin } from 'react-admin';
import turkishMessages from 'ra-language-turkish2';
import polyglotI18nProvider from 'ra-i18n-polyglot';

const messages = {
    'en': turkishMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);

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

License

This translation is licensed under the MIT License, and sponsored by nobody.