Skip to content

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

Notifications You must be signed in to change notification settings

bezugen/ra-language-portuguese-pt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published