Socket
Socket
Sign inDemoInstall

ra-language-portuguese

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ra-language-portuguese

Portuguese translations for react-admin, the frontend framework for building admin applications on top of REST services


Version published
Weekly downloads
211
decreased by-1.4%
Maintainers
1
Install size
6.14 kB
Created
Weekly downloads
 

Readme

Source

Portuguese Translations for Admin-on-rest

Portuguese translations for react-admin, the frontend framework for building admin applications on top of REST services.

Installation

yarn add ra-language-portuguese

Usage

import portugueseMessages from 'ra-language-portuguese'

const messages = {
    'pt': portugueseMessages,
};
const i18nProvider = locale => messages[locale];

<Admin locale="pt" i18nProvider={i18nProvider}>
  ...
</Admin>

This project was forked and adapted from original's aor-language-portugues project

License

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

Keywords

FAQs

Last updated on 02 Dec 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc