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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user