Skip to content

Commit 4b04e8f

Browse files
authored
Merge pull request #34215 from tengqm/switch-zh-lang-name
[zh] Switch language name 'zh' to 'zh-cn'
2 parents 3d345b1 + c52818c commit 4b04e8f

File tree

1,347 files changed

+8
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,347 files changed

+8
-6
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,15 @@ languageName = "English"
302302
weight = 1
303303
languagedirection = "ltr"
304304

305-
[languages.zh]
305+
[languages.zh-cn]
306306
title = "Kubernetes"
307307
description = "生产级别的容器编排系统"
308308
languageName = "中文 Chinese"
309309
weight = 2
310-
contentDir = "content/zh"
310+
contentDir = "content/zh-cn"
311311
languagedirection = "ltr"
312312

313-
[languages.zh.params]
313+
[languages.zh-cn.params]
314314
time_format_blog = "2006.01.02"
315315
language_alternatives = ["en"]
316316

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)