add locale param for multilang #155
This commit is contained in:
parent
de92845ab7
commit
fa6d517cad
2 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,7 @@ readMore = false
|
|||
readNextPosts = 2
|
||||
copyCodeButton = true
|
||||
rssAsSocialIcon = true
|
||||
locale = "en-us"
|
||||
|
||||
# Graphcomment support
|
||||
graphcommentId = ""
|
||||
|
@ -81,6 +82,9 @@ name = "Archiwum"
|
|||
url = "/posts/"
|
||||
weight = 3
|
||||
|
||||
[[languages.pl.params]]
|
||||
locale = "pl-pl"
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue