2.0.7 • Published 5 years ago

aor-language-spanish v2.0.7

Weekly downloads
23
License
MIT
Repository
github
Last release
5 years ago

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.

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago