1.0.2 • Published 6 months ago

ra-language-tamil v1.0.2

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

6 months ago

1.0.1

2 years ago

1.0.0

2 years ago