Spanish translations for react-admin, the frontend framework for building admin applications on top of REST/GRAPHQL APIs.
npm install --save @blackbox-vision/ra-language-spanish
yarn add @blackbox-vision/ra-language-spanish
import spanishMessages from '@blackbox-vision/ra-language-spanish';
import myMessages from '../somepath';
// Case you have only those messsages
const messages = {
'es': spanishMessages,
};
// If you have more translations
const messages = {
'es': {
...spanishMessages,
myMessages
}
}
<Admin locale="es" messages={messages}>
...
</Admin>
If you're looking for an aor-language-spanish
package compatible with admin-on-rest, install v1 of this package.
This translation is licensed under the MIT Licence, and sponsored by BlackBox Vision.
Thanks goes to these wonderful people (emoji key):
Omar Cespedes 💻 | Juan Pablo Pinto 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!