From 6d763205d2fd77863d067ad7b7b6c67286b9b341 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Mon, 9 Sep 2019 14:30:50 -0700 Subject: [PATCH] =?UTF-8?q?Added=20=E7=AE=80=E4=BD=93=E4=B8=AD=E6=96=87=20?= =?UTF-8?q?(Simplified=20Chinese)=20to=20language=20picker.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kevin Putnam --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 4b3884b3..839060b7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -143,7 +143,7 @@ html_context = { "conf_py_path": "/source/", # Path in the checkout to the docs root "current_version": current_version, "languages": ( ("English", "/clearlinux/latest"), - ("Future Language Support", "/clearlinux/latest") + ("简体中文 (Simplified Chinese)", "/clearlinux/latest/zh_CN") #("Chinese", "/clearlinux/latest/zh_CN") ), "versions": ( ("latest", "/clearlinux/latest"),