Change Chinese language tag to zh-CN (simplified Chinese)

This commit is contained in:
Philipp Oppermann
2019-11-27 15:59:06 +01:00
parent e0d25951a2
commit 94a19f627b
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ highlight_theme = "visual-studio-dark"
generate_rss = true
languages = [
{ code = "zh" }, # Chinese
{ code = "zh-CN" }, # Chinese (simplified)
]
[extra]

View File

@@ -1,7 +1,7 @@
+++
title = "独立的Rust二进制"
weight = 1
path = "zh/freestanding-rust-binary"
path = "zh-CN/freestanding-rust-binary"
date = 2018-02-10
+++