mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Change Chinese language tag to zh-CN (simplified Chinese)
This commit is contained in:
@@ -6,7 +6,7 @@ highlight_theme = "visual-studio-dark"
|
|||||||
generate_rss = true
|
generate_rss = true
|
||||||
|
|
||||||
languages = [
|
languages = [
|
||||||
{ code = "zh" }, # Chinese
|
{ code = "zh-CN" }, # Chinese (simplified)
|
||||||
]
|
]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
title = "独立的Rust二进制"
|
title = "独立的Rust二进制"
|
||||||
weight = 1
|
weight = 1
|
||||||
path = "zh/freestanding-rust-binary"
|
path = "zh-CN/freestanding-rust-binary"
|
||||||
date = 2018-02-10
|
date = 2018-02-10
|
||||||
|
|
||||||
+++
|
+++
|
||||||
Reference in New Issue
Block a user