Skip to content

Commit

Permalink
Merge pull request #2822 from marmelab/fix-outdated-messages-props-in…
Browse files Browse the repository at this point in the history
…-admin

[RFR] Fix outdated documentation about messages prop in Admin
  • Loading branch information
Gildas Garcia authored Jan 28, 2019
2 parents 47f7fdf + fa552ba commit 8c1aed0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Here are all the props accepted by the component:
- [`logoutButton`](#logoutbutton)
- [`initialState`](#initialstate)
- [`history`](#history)
- [Internationalization](#internationalization)
- [`locale`](#internationalization)
- [`i18nProvider`](#internationalization)
- [Declaring resources at runtime](#declaring-resources-at-runtime)
- [Using react-admin without `<Admin>` and `<Resource>`](#using-react-admin-without-admin-and-resource)

Expand Down Expand Up @@ -518,7 +519,7 @@ const App = () => (

## Internationalization

The `locale` and `messages` props let you translate the GUI. The [Translation Documentation](./Translation.md) details this process.
The `locale` and `i18nProvider` props let you translate the GUI. The [Translation Documentation](./Translation.md) details this process.

## Declaring resources at runtime

Expand Down

0 comments on commit 8c1aed0

Please sign in to comment.