Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aor-language-spanish

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aor-language-spanish

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

  • 2.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 31 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc