bezugen / ra-language-portuguese-pt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portuguese (pt-PT) Translations for react-admin

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

Installation

yarn add ra-language-portuguese-pt

Usage

import portugueseMessages from "ra-language-portuguese-pt";

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

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

About

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


Languages

Language:JavaScript 100.0%