Package Exports
- ra-language-portuguese
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ra-language-portuguese) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-portugueseUsage
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.