Skip to content

mananomartinez/ra-language-spanish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RA Language Spanish License: MIT npm version npm downloads

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

Installation

NPM

npm install --save @blackbox-vision/ra-language-spanish

YARN

yarn add @blackbox-vision/ra-language-spanish

Usage

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>

Compatibility with admin-on-rest

If you're looking for an aor-language-spanish package compatible with admin-on-rest, install v1 of this package.

License

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

Contributors

Thanks goes to these wonderful people (emoji key):

Omar Cespedes
Omar Cespedes

💻
Juan Pablo Pinto
Juan Pablo Pinto

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Spanish translations for React-Admin framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%