update LocaleProvider demo

This commit is contained in:
afc163 2018-08-20 11:46:56 +08:00
parent 37b1ed16b3
commit dfdd5449b0
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ This component aims for localization of the built-in text, if you want to suppor
| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
| locale | language package setting, you can find the packages in this path: `antd/lib/locale-provider/` | object | - |
| locale | language package setting, you can find the packages in [antd/lib/locale-provider](http://unpkg.com/antd/lib/locale-provider/) | object | - |

View File

@ -45,4 +45,4 @@ return <LocaleProvider locale={locales.en_US}><App /></LocaleProvider>;
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| locale | 语言包配置,语言包可到 `antd/lib/locale-provider/` 目录下寻找 | object | - |
| locale | 语言包配置,语言包可到 [antd/lib/locale-provider](http://unpkg.com/antd/lib/locale-provider/) 目录下寻找 | object | - |