diff --git a/config.yaml b/config.yaml index 190877f..c94fac8 100755 --- a/config.yaml +++ b/config.yaml @@ -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: diff --git a/content/v1.0.0-beta.1/index.zh.md b/content/v1.0.0-beta.1/index.zh-cn.md similarity index 100% rename from content/v1.0.0-beta.1/index.zh.md rename to content/v1.0.0-beta.1/index.zh-cn.md diff --git a/content/v1.0.0-beta.2/index.zh.md b/content/v1.0.0-beta.2/index.zh-cn.md similarity index 100% rename from content/v1.0.0-beta.2/index.zh.md rename to content/v1.0.0-beta.2/index.zh-cn.md diff --git a/content/v1.0.0-beta.3/index.zh.md b/content/v1.0.0-beta.3/index.zh-cn.md similarity index 99% rename from content/v1.0.0-beta.3/index.zh.md rename to content/v1.0.0-beta.3/index.zh-cn.md index f4d8fde..ffb6744 100644 --- a/content/v1.0.0-beta.3/index.zh.md +++ b/content/v1.0.0-beta.3/index.zh-cn.md @@ -1,6 +1,6 @@ --- draft: false -aliases: ["/zh/"] +aliases: ["/zh/", "/zh-cn/"] --- # 约定式提交 1.0.0-beta.3 diff --git a/content/v1.0.0-beta.4/index.zh.md b/content/v1.0.0-beta.4/index.zh-cn.md similarity index 99% rename from content/v1.0.0-beta.4/index.zh.md rename to content/v1.0.0-beta.4/index.zh-cn.md index 1fcee01..e509c6b 100644 --- a/content/v1.0.0-beta.4/index.zh.md +++ b/content/v1.0.0-beta.4/index.zh-cn.md @@ -1,6 +1,6 @@ --- draft: false -aliases: ["/zh/"] +aliases: ["/zh/", "/zh-cn/"] --- # 约定式提交 1.0.0-beta.4 diff --git a/content/v1.0.0-beta/index.zh.md b/content/v1.0.0-beta/index.zh-cn.md similarity index 100% rename from content/v1.0.0-beta/index.zh.md rename to content/v1.0.0-beta/index.zh-cn.md