From a33a49c2d6c94f9536a7dcd26afbe577a966b81e Mon Sep 17 00:00:00 2001 From: Ken Huang Date: Sat, 7 Dec 2019 12:00:35 +1100 Subject: [PATCH] Add Chinese translation to nav links --- src/.vuepress/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 5f42489..ab7b940 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -78,9 +78,9 @@ module.exports = ctx => ({ } }, nav: [ - { text: 'Home', link: '/', exact: true }, - { text: 'Articles', link: '/posts/' }, - { text: 'BuyMeACoffee', link: '/tip/' }, + { text: 'Home 首页', link: '/', exact: true }, + { text: 'Articles 文章', link: '/posts/' }, + { text: 'BuyMeACoffee 打赏', link: '/tip/' }, { text: 'YouTube', link: YOUTUBE.link }, ISSUES ],