From 6645ccaefe68adecb70befa0c92b8d6a7d6c95cb Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 27 Sep 2022 20:28:31 +0800 Subject: [PATCH] Fix change some English translation in documentation --- docs-source/src/.vuepress/configs/template.ts | 4 ++-- docs-source/src/en/about/about.md | 2 +- docs-source/src/en/about/future.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-source/src/.vuepress/configs/template.ts b/docs-source/src/.vuepress/configs/template.ts index 8afcd4c7..72aadf82 100644 --- a/docs-source/src/.vuepress/configs/template.ts +++ b/docs-source/src/.vuepress/configs/template.ts @@ -156,9 +156,9 @@ export const navBarItems = { text: 'About', children: [ { text: 'Changelog', link: i18n.string(navigationLinks.about[0], 'en') }, - { text: 'Looking for future', link: i18n.string(navigationLinks.about[1], 'en') }, + { text: 'Looking for Future', link: i18n.string(navigationLinks.about[1], 'en') }, { text: 'Contact Us', link: i18n.string(navigationLinks.about[2], 'en') }, - { text: 'About this document', link: i18n.string(navigationLinks.about[3], 'en') } + { text: 'About this Document', link: i18n.string(navigationLinks.about[3], 'en') } ] }] }, { diff --git a/docs-source/src/en/about/about.md b/docs-source/src/en/about/about.md index 1bfab3f7..3265dbb0 100644 --- a/docs-source/src/en/about/about.md +++ b/docs-source/src/en/about/about.md @@ -1,4 +1,4 @@ -# About this document +# About this Document > This document is powered by [VuePress](https://v2.vuepress.vuejs.org/en). diff --git a/docs-source/src/en/about/future.md b/docs-source/src/en/about/future.md index 30d9687a..07d44535 100644 --- a/docs-source/src/en/about/future.md +++ b/docs-source/src/en/about/future.md @@ -1,4 +1,4 @@ -# Looking for future +# Looking for Future > The future is bright and uncertain, let us look forward to the future development space of `YukiHookAPI`.