Override deprecation warning for Chinese localization (#16131)
The Chinese (zh) localization will always fall behind the English main site by one minor version. This means the 1.14 version at this stage is the "current" version. This PR attempts to fix the incorrect "deprecation" warning which is set globally for release-1.14.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ee7253b3c1
commit
97cf15bdb2
+2
-1
@@ -144,6 +144,7 @@ contentDir = "content/zh"
|
||||
[languages.zh.params]
|
||||
time_format_blog = "2006.01.02"
|
||||
language_alternatives = ["en"]
|
||||
deprecated = false
|
||||
|
||||
[languages.ko]
|
||||
title = "Kubernetes"
|
||||
@@ -256,4 +257,4 @@ title = "Kubernetes"
|
||||
description = "Production-Grade Container Orchestration"
|
||||
languageName ="Hindi"
|
||||
weight = 11
|
||||
contentDir = "content/hi"
|
||||
contentDir = "content/hi"
|
||||
|
||||
Reference in New Issue
Block a user