ra-language-catalan

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

Usage no npm install needed!

<script type="module">
  import raLanguageCatalan from 'https://cdn.skypack.dev/ra-language-catalan';
</script>

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.