marquesgabriel / ra-language-portuguese

Idioma português para React Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Idioma português para React Admin


Languages

Language:JavaScript 100.0%