Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ra-language-catalan

sergioedo26MIT2.3.1

Catalan messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services

react, react-admin, react-admin, translation

readme

Catalan Messages for React-Admin

Catalan messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

Installation

npm install --save ra-language-catalan

Usage

import catalanMessages from 'ra-language-catalan';

const messages = {
    'ca': catalanMessages,
};

<Admin locale="ca" messages={messages}>
  ...
</Admin>

License

This translation is licensed under the MIT License.