config.toml: Update date formats
See: https://en.wikipedia.org/wiki/Date_format_by_country See: https://en.wikipedia.org/wiki/Date_and_time_notation_in_Iran
This commit is contained in:
parent
5b2d9ebf28
commit
a70c8fc110
11
config.toml
11
config.toml
@ -59,6 +59,10 @@ enableGitInfo = true
|
||||
name = "English Bulgaria"
|
||||
url = "https://englishbulgaria.net"
|
||||
|
||||
[markup]
|
||||
[markup.blackfriday]
|
||||
angledQuotes = true
|
||||
|
||||
# Default content language for Hugo 0.17's multilingual support (default is "en")
|
||||
# See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md
|
||||
DefaultContentLanguage = "en"
|
||||
@ -66,8 +70,13 @@ DefaultContentLanguage = "en"
|
||||
# Languages to render
|
||||
[languages.en]
|
||||
[languages.bg]
|
||||
date_format = "02 Jan 2006"
|
||||
# Bulgarian date format is dd.mm.yyyy
|
||||
date_format = "02.01.2006"
|
||||
[languages.ar]
|
||||
# Arabic date format is dd/mm/yyyy
|
||||
date_format = "02/01/2006"
|
||||
[languages.fa]
|
||||
# Persian date format is yyyy/mm/dd
|
||||
date_format = "2006/01/02"
|
||||
|
||||
# vim: ts=2 sw=2 et
|
||||
|
Loading…
Reference in New Issue
Block a user