1.3.1 • Published 2 years ago

@henriko/ra-language-portuguese v1.3.1

Weekly downloads
31
License
MIT
Repository
github
Last release
2 years ago

Portuguese Translations for react-admin

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

Installation

yarn add @henriko/ra-language-portuguese

#or

npm install @henriko/ra-language-portuguese

Usage

import portugueseMessages from "@henriko/ra-language-portuguese";
import polyglotI18nProvider from "ra-i18n-polyglot";

const messages = {
  pt: portugueseMessages,
};

const i18nProvider = polyglotI18nProvider((locale) => messages[locale], "pt");

<Admin i18nProvider={i18nProvider}>...</Admin>;

This project was forked and adapted from original's ra-language-portuguese project.

License

This translation is licensed under the MIT Licence

1.2.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago