From 0ae5d7a324704d32781de5aa25575bbc29c67dde Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 27 Nov 2021 10:41:35 +0800 Subject: [PATCH] doc: udpate i18n doc --- site/src/vueDocs/i18n.en-US.md | 6 ++++++ site/src/vueDocs/i18n.zh-CN.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/site/src/vueDocs/i18n.en-US.md b/site/src/vueDocs/i18n.en-US.md index 859ba1bbc..fddf0c324 100644 --- a/site/src/vueDocs/i18n.en-US.md +++ b/site/src/vueDocs/i18n.en-US.md @@ -6,6 +6,8 @@ The default language is English as of yet. If you want to use other languages, y ant-design-vue provides a Vue Component [ConfigProvider](/components/config-provider) for configuring ant-design-vue locale text globally. +ConfigProvider does not include the internationalization of time components. You need to additionally import the internationalization files of the time library (dayjs, momentjs, date-fns, etc.). Below we have taken dayjs as an example. + ```html