Add Chinese language alternatives setting (#10976)

* Add Chinese language alternatives setting

* Add timestamp format (`YYYY-MM-DD`) for the blog
Add comment for lang alternative config

* Remove comments
This commit is contained in:
chenrui
2018-11-13 11:45:24 +08:00
committed by k8s-ci-robot
parent d95a36a9af
commit 28828ede59
+4
View File
@@ -157,3 +157,7 @@ contentDir = "content/no"
time_format_blog = "02.01.2006"
# A list of language codes to look for untranslated content, ordered from left to right.
language_alternatives = ["en"]
[languages.zh.params]
time_format_blog = "2006.01.02"
language_alternatives = ["en"]