ra-language-tamil

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i ra-language-tamil

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

13.8 kB

Total Files

4

Last publish

Collaborators

  • navinspm