Fix change some English translation in documentation

This commit is contained in:
2022-09-27 20:28:31 +08:00
parent 9b035d3158
commit 6645ccaefe
3 changed files with 4 additions and 4 deletions

View File

@@ -156,9 +156,9 @@ export const navBarItems = {
text: 'About', text: 'About',
children: [ children: [
{ text: 'Changelog', link: i18n.string(navigationLinks.about[0], 'en') }, { 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: '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') }
] ]
}] }]
}, { }, {

View File

@@ -1,4 +1,4 @@
# About this document # About this Document
> This document is powered by [VuePress](https://v2.vuepress.vuejs.org/en). > This document is powered by [VuePress](https://v2.vuepress.vuejs.org/en).

View File

@@ -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`. > The future is bright and uncertain, let us look forward to the future development space of `YukiHookAPI`.