1.0.1 • Published 11 months ago

ra-language-tamil v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Tamil Translations for react-admin

Tamil translations for react-admin, the frontend framework for building admin applications on top of REST services.

Installation

npm install --save ra-language-tamil

Usage

import tamilMessages from 'ra-language-tamil';

const messages = {
    'ta': tamilMessages,
};
const i18nProvider = locale => messages[locale];

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

License

This translation is licensed under the MIT Licence.

1.0.1

11 months ago

1.0.0

11 months ago