Add Korean language alternatives setting (#10996)
This commit is contained in:
+8
-3
@@ -139,6 +139,10 @@ languageName = "中文 Chinese"
|
|||||||
weight = 2
|
weight = 2
|
||||||
contentDir = "content/zh"
|
contentDir = "content/zh"
|
||||||
|
|
||||||
|
[languages.zh.params]
|
||||||
|
time_format_blog = "2006.01.02"
|
||||||
|
language_alternatives = ["en"]
|
||||||
|
|
||||||
[languages.ko]
|
[languages.ko]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
@@ -146,6 +150,10 @@ languageName = "한국어 Korean"
|
|||||||
weight = 3
|
weight = 3
|
||||||
contentDir = "content/ko"
|
contentDir = "content/ko"
|
||||||
|
|
||||||
|
[languages.ko.params]
|
||||||
|
time_format_blog = "2006.01.02"
|
||||||
|
language_alternatives = ["en"]
|
||||||
|
|
||||||
[languages.no]
|
[languages.no]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
@@ -158,6 +166,3 @@ time_format_blog = "02.01.2006"
|
|||||||
# A list of language codes to look for untranslated content, ordered from left to right.
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
||||||
language_alternatives = ["en"]
|
language_alternatives = ["en"]
|
||||||
|
|
||||||
[languages.zh.params]
|
|
||||||
time_format_blog = "2006.01.02"
|
|
||||||
language_alternatives = ["en"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user