From 7fcd88397efb5c2090b0e87e8464ab42f9869bdd Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 30 Dec 2019 11:47:21 +0800 Subject: [PATCH] docs: language button text, #3635 --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 880a44abde..8bc11e4ae9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -75,7 +75,7 @@ module.exports = { locales: { '/': { lang: 'zh-CN', - selectText: '选择语言', + selectText: 'Languages', label: '简体中文', editLinkText: '在 GitHub 上编辑此页', lastUpdated: '上次更新', @@ -137,7 +137,7 @@ module.exports = { }, '/en/': { lang: 'en-US', - selectText: 'Languages', + selectText: '选择语言', label: 'English', editLinkText: 'Edit this page on GitHub', lastUpdated: 'Last Updated',