mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-22 04:51:54 +02:00
comment out dateFormat in default config
allows customizing dateFormat in, for example, [languages.en.params]
This commit is contained in:
parent
eceda27458
commit
85dcdf45fa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ title = "Blowfish"
|
||||||
displayName = "EN"
|
displayName = "EN"
|
||||||
isoCode = "en"
|
isoCode = "en"
|
||||||
rtl = false
|
rtl = false
|
||||||
dateFormat = "2 January 2006"
|
# dateFormat = "2 January 2006"
|
||||||
# logo = "img/logo.png"
|
# logo = "img/logo.png"
|
||||||
# secondaryLogo = "img/secondary-logo.png"
|
# secondaryLogo = "img/secondary-logo.png"
|
||||||
# description = "My awesome website"
|
# description = "My awesome website"
|
||||||
|
|
Loading…
Add table
Reference in a new issue