Skip to content

Commit

Permalink
IntlProvider is now LanguageProvider (#2322)
Browse files Browse the repository at this point in the history
Just a quick update of the docs-- seems IntlProvider was changed to LanguageProvider.
  • Loading branch information
doaboa authored and julienben committed Aug 29, 2018
1 parent 302e46c commit 4623771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Then enter the two character i18n standard language specifier (e.g. "fr", "de",

## Removing i18n and react-intl

You can remove `react-intl` modules by first removing the `IntlProvider` object from the `app/app.js` file and by either removing or not selecting the i18n text option during component scaffolding.
You can remove `react-intl` modules by first removing the `LanguageProvider` object from the `app/app.js` file and by either removing or not selecting the i18n text option during component scaffolding.

The packages associated with `react-intl` are:

Expand Down

0 comments on commit 4623771

Please sign in to comment.