ra-language-turkish2
v4.1.3
Published
Turkish messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
Maintainers
Readme
Turkish Messages for React-Admin
Turkish messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
Installation
npm install --save ra-language-turkish2Usage
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.

