Skip to content
Snippets Groups Projects
Commit c2e4a603 authored by Bady's avatar Bady
Browse files

Add multilanguage support

parent 38e8a402
Branches
No related merge requests found
baseURL = "https://camp.fsci.in"
title = "Software Freedom Camp"
defaultContentLanguage = "en"
[markup]
defaultMarkdownHandler = "goldmark"
......@@ -49,3 +49,33 @@ title = "Software Freedom Camp"
endLevel = 3
ordered = false
startLevel = 2
[languages]
[languages.en]
languageName = "English"
contentDir = "content/english"
title = "Software Freedom Camp (Diversity Edition)"
[languages.hi]
languageName = "हिन्दी"
contentDir= "content/hindi"
[languages.kn]
languageName = "ಕನ್ನಡ"
contentDir = "content/kananda"
[languages.ml]
languageName = "മലയാളം"
contentDir= "content/malayalam"
[languages.mr]
languageName = "मराठी"
contentDir= "content/marathi"
[languages.ta]
languageName = "தமிழ்"
contentDir = "content/tamil"
[languages.te]
languageName = "తెలుగు"
contentDir= "content/telugu"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment