ra-language-tamil
v1.0.1
Published
Tamil translations for react-admin (https://marmelab.com/react-admin), the frontend framework for building admin applications on top of REST/GraphQL services
Downloads
1
Maintainers
Readme
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.