From 97cf15bdb2ba51ddf15963bfd53e42a6c687ac0d Mon Sep 17 00:00:00 2001 From: Qiming Date: Wed, 23 Oct 2019 03:04:14 +0800 Subject: [PATCH] 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. --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ce0fb27af1..b1fd7e3005 100644 --- a/config.toml +++ b/config.toml @@ -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" \ No newline at end of file +contentDir = "content/hi"