From b288a23c8840f45d85fc4d70b5c2e4dcc107a90b Mon Sep 17 00:00:00 2001 From: Arnaud Benhamdine Date: Tue, 9 May 2017 19:24:59 +0200 Subject: [PATCH] Add import of LocaleProvider --- docs/react/i18n.en-US.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/react/i18n.en-US.md b/docs/react/i18n.en-US.md index 1898a4b972..8b03382d66 100644 --- a/docs/react/i18n.en-US.md +++ b/docs/react/i18n.en-US.md @@ -11,6 +11,7 @@ If you want to use English or other languages, you can follow instruction below. antd provide a React Compnent [LocaleProvider](/components/locale-provider) for configuring antd locale text globally. ```jsx +import { LocaleProvider } from 'antd'; import enUS from 'antd/lib/locale-provider/en_US'; return (