mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add Traditional Chinese on chapter 1 (#699)
* Add traditional chinese on chapter 1 * Fix markdown typo * Fix language tag * Rename post name to right language tag * Add commit data to front matter * Update extra info in front matter
This commit is contained in:
committed by
Philipp Oppermann
parent
60ce0e0cd4
commit
4784ec9915
@@ -7,6 +7,7 @@ generate_rss = true
|
||||
|
||||
languages = [
|
||||
{ code = "zh-CN" }, # Chinese (simplified)
|
||||
{ code = "zh-TW" }, # Chinese (tradictional)
|
||||
]
|
||||
|
||||
ignored_content = ["*/README.md"]
|
||||
|
||||
Reference in New Issue
Block a user