Enable localization for Russian.
This commit is contained in:
parent
8557dc4399
commit
988bf72786
@ -1,5 +1,4 @@
|
|||||||
baseURL = "https://danilafe.com"
|
languageCode = "en"
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Daniel's Blog"
|
title = "Daniel's Blog"
|
||||||
theme = "vanilla"
|
theme = "vanilla"
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
@ -11,3 +10,9 @@ summaryLength = 20
|
|||||||
endLevel = 4
|
endLevel = 4
|
||||||
ordered = false
|
ordered = false
|
||||||
startLevel = 3
|
startLevel = 3
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
baseURL = "https://danilafe.com"
|
||||||
|
[languages.ru]
|
||||||
|
baseURL = "https://ru.danilafe.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user