Turkish messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
npm install --save ra-language-turkish
import turkishMessages from 'ra-language-turkish';
const messages = {
'tr': turkishMessages,
};
const i18nProvider = locale => messages[locale];
<Admin locale="tr" i18nProvider={i18nProvider}>
...
</Admin>
This translation is licensed under the MIT License.