From 37e1af518663b68b4f9de8d62143a04a68b55738 Mon Sep 17 00:00:00 2001 From: gd4ark Date: Fri, 18 Sep 2020 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=BF=E6=8D=A2=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- FAQ.md | 6 ++-- examples/components/footer.vue | 12 +++---- examples/components/side-nav.vue | 2 +- examples/docs/en-US/custom-theme.md | 8 ++--- examples/docs/en-US/i18n.md | 48 +++++++++++++-------------- examples/docs/en-US/input.md | 6 ++-- examples/docs/en-US/installation.md | 6 ++-- examples/docs/en-US/layout.md | 2 +- examples/docs/en-US/loading.md | 2 +- examples/docs/en-US/message-box.md | 4 +-- examples/docs/en-US/message.md | 2 +- examples/docs/en-US/notification.md | 2 +- examples/docs/en-US/quickstart.md | 14 ++++---- examples/docs/en-US/transition.md | 4 +-- examples/docs/es/custom-theme.md | 8 ++--- examples/docs/es/i18n.md | 48 +++++++++++++-------------- examples/docs/es/input.md | 6 ++-- examples/docs/es/installation.md | 6 ++-- examples/docs/es/layout.md | 2 +- examples/docs/es/loading.md | 2 +- examples/docs/es/message-box.md | 4 +-- examples/docs/es/message.md | 2 +- examples/docs/es/notification.md | 2 +- examples/docs/es/quickstart.md | 14 ++++---- examples/docs/es/transition.md | 4 +-- examples/docs/fr-FR/custom-theme.md | 8 ++--- examples/docs/fr-FR/i18n.md | 48 +++++++++++++-------------- examples/docs/fr-FR/input.md | 6 ++-- examples/docs/fr-FR/installation.md | 6 ++-- examples/docs/fr-FR/layout.md | 2 +- examples/docs/fr-FR/loading.md | 2 +- examples/docs/fr-FR/message-box.md | 4 +-- examples/docs/fr-FR/message.md | 2 +- examples/docs/fr-FR/notification.md | 2 +- examples/docs/fr-FR/quickstart.md | 14 ++++---- examples/docs/fr-FR/transition.md | 4 +-- examples/docs/zh-CN/custom-theme.md | 8 ++--- examples/docs/zh-CN/i18n.md | 48 +++++++++++++-------------- examples/docs/zh-CN/layout.md | 2 +- examples/docs/zh-CN/loading.md | 2 +- examples/docs/zh-CN/message-box.md | 4 +-- examples/docs/zh-CN/message.md | 2 +- examples/docs/zh-CN/notification.md | 2 +- examples/docs/zh-CN/quickstart.md | 2 +- examples/docs/zh-CN/transition.md | 4 +-- examples/pages/template/changelog.tpl | 6 ++-- 47 files changed, 198 insertions(+), 198 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 12f9bf8b426..4fc57e6d79a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ Please make sure these boxes are checked before submitting your PR, thank you! -* [ ] Make sure you follow Element's contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). +* [ ] Make sure you follow Element's contributing guide ([中文](https://github.com/femessage/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/femessage/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/femessage/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/femessage/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). * [ ] Make sure you are merging your commits to `dev` branch. * [ ] Add some descriptions and refer relative issues for you PR. diff --git a/FAQ.md b/FAQ.md index 841d7f01321..00a264e0495 100644 --- a/FAQ.md +++ b/FAQ.md @@ -45,7 +45,7 @@
你们的文档怎么偷偷更新了? - 我们只会在 Element 发布新版本时同步更新文档,以体现最新的变化。详细的更新内容可以查看 [changelog](https://github.com/ElemeFE/element/blob/master/CHANGELOG.zh-CN.md)。 + 我们只会在 Element 发布新版本时同步更新文档,以体现最新的变化。详细的更新内容可以查看 [changelog](https://github.com/femessage/element/blob/master/CHANGELOG.zh-CN.md)。
@@ -117,7 +117,7 @@
When do you update documentations of Element? - We update documentations only when a new version of Element is published so that it reflects all the changes introduced in that version. Updated changed can be found in the [changelog](https://github.com/ElemeFE/element/blob/master/CHANGELOG.en-US.md)。 + We update documentations only when a new version of Element is published so that it reflects all the changes introduced in that version. Updated changed can be found in the [changelog](https://github.com/femessage/element/blob/master/CHANGELOG.en-US.md)。
@@ -191,7 +191,7 @@
¿Cuando añaden a la documentación de `Element`? - Añadamos la documentación con cada versión nueva de `Element` y los cambios reflejan los cambios del software de esa versión. Los cambios actuales y históricos se encuentran [aquí](https://github.com/ElemeFE/element/blob/master/CHANGELOG.en-US.md). + Añadamos la documentación con cada versión nueva de `Element` y los cambios reflejan los cambios del software de esa versión. Los cambios actuales y históricos se encuentran [aquí](https://github.com/femessage/element/blob/master/CHANGELOG.en-US.md).
diff --git a/examples/components/footer.vue b/examples/components/footer.vue index d24ca4063c8..50cd7ae8132 100644 --- a/examples/components/footer.vue +++ b/examples/components/footer.vue @@ -3,9 +3,9 @@