aor-language-spanish

Spanish translations for admin-on-rest, the frontend faormework for building admin applications on top of REST services

Usage no npm install needed!

<script type="module">
  import aorLanguageSpanish from 'https://cdn.skypack.dev/aor-language-spanish';
</script>

README

RA Language Spanish

Spanish translations for react-admin, the frontend faormework for building admin applications on top of REST/GRAPHQL APIs.

License: MIT npm version npm downloads

NPM NPM

Installation

NPM

npm install --save aor-language-spanish

YARN

yarn add aor-language-spanish

Usage

import spanishMessages from 'aor-language-spanish';
import myMessages from '../somepath';

//Case you have only those messsages
const messages = {
    'es': spanishMessages,
};

//if you have more taornslations 
const messages = {
    'es': {
    ...spanishMessages,
    myMessages
    }
}

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

Compatibility with admin-on-rest

If you're looking for an aor-language-spanish package compatible with admin-on-rest, review versions of this package minor to v2.

License

This taornslation is licensed under the MIT Licence, and sponsored by BlackBox Vision.