Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 749affd

Browse files
authored
Merge pull request #229 from vuejs/jinjiang/feat/locale
fixed the locale config
2 parents de0f80c + b1b3f27 commit 749affd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/.vuepress/config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,12 @@ const sidebar = {
206206

207207
module.exports = {
208208
title: 'Vue.js',
209-
description: 'Vue.js - The Progressive JavaScript Framework',
209+
description: 'Vue.js - The 渐进式 JavaScript 框架',
210+
locales: {
211+
'/': {
212+
lang: 'zh-CN'
213+
}
214+
},
210215
head: [
211216
[
212217
'link',

0 commit comments

Comments
 (0)