Skip to content

Commit

Permalink
Add Chinese translation to nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
kenberkeley committed Dec 7, 2019
1 parent 32064ff commit a33a49c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
Expand Down

0 comments on commit a33a49c

Please sign in to comment.