1.6.0 • Published 4 years ago

ra-language-portuguese v1.6.0

Weekly downloads
305
License
MIT
Repository
github
Last release
4 years ago

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.

1.6.0

4 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago