aor-language-spanish
v2.0.7
Published
Spanish translations for admin-on-rest, the frontend faormework for building admin applications on top of REST services
Downloads
89
Maintainers
Readme
RA Language Spanish
Spanish translations for react-admin, the frontend faormework for building admin applications on top of REST/GRAPHQL APIs.
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.