mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Simplify the language
For better flexibility
This commit is contained in:
parent
7cb39f662f
commit
0f28fe7343
12 changed files with 6 additions and 18 deletions
|
|
@ -7,8 +7,8 @@ timezone = "Asia/Jakarta"
|
|||
; Date format. See: https://www.php.net/manual/en/function.strftime
|
||||
date.format = "%d %B %Y"
|
||||
|
||||
; Your language (currently only "en" for English or "de" for German)
|
||||
language = "en"
|
||||
; Your language (example "en_US" for English or "de_DE" for German. See lang directory for available language)
|
||||
language = "en_US"
|
||||
|
||||
; Blog info
|
||||
blog.title = "HTMLy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue