fix: neutralize Chinese language codes

closes #191
This commit is contained in:
Mingye Wang 2019-09-10 23:31:09 +08:00 committed by Damiano Petrungaro
parent b9a84fc035
commit 64d092347f
6 changed files with 6 additions and 6 deletions

View File

@ -77,11 +77,11 @@ languages:
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-beta
zh:
zh-cn:
weight: 2
languageName: "简体中文"
languageName: "中国中文"
title: 约定式提交
description: 一种规范,用以给提交信息增加人机可读的信息
description: 一种用以给提交信息增加人机可读的信息的规范
actions:
- label: 阅读规范
url: '#约定式提交规范'
@ -96,7 +96,7 @@ languages:
- v1.0.0-beta
zh-tw:
weight: 2
languageName: "繁體中文"
languageName: "臺灣中文"
title: 約定式提交
description: 一種用於增加提交說明之人機可讀性意義的規範
actions:

View File

@ -1,6 +1,6 @@
---
draft: false
aliases: ["/zh/"]
aliases: ["/zh/", "/zh-cn/"]
---
# 约定式提交 1.0.0-beta.3

View File

@ -1,6 +1,6 @@
---
draft: false
aliases: ["/zh/"]
aliases: ["/zh/", "/zh-cn/"]
---
# 约定式提交 1.0.0-beta.4