add french content files + chill logo + french menu
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
[fr]
|
||||
languageName = "Fr"
|
||||
languageName = "FR"
|
||||
languageCode = "fr-be"
|
||||
contentDir = "content/francais"
|
||||
weight = 1
|
||||
|
||||
[nl]
|
||||
languageName = "Nl"
|
||||
languageName = "NL"
|
||||
languageCode = "nl-be"
|
||||
contentDir = "content/nederlands"
|
||||
weight = 2
|
||||
|
||||
[en]
|
||||
languageName = "En"
|
||||
languageName = "EN"
|
||||
languageCode = "en-us"
|
||||
contentDir = "content/english"
|
||||
weight = 3
|
||||
|
@@ -1,51 +1,91 @@
|
||||
############# English navigation ##############
|
||||
|
||||
# main menu
|
||||
[[main]]
|
||||
name = "Accueil"
|
||||
url = "/"
|
||||
weight = 1
|
||||
############# French navigation ##############
|
||||
|
||||
[[main]]
|
||||
name = "À propos"
|
||||
url = "about/"
|
||||
name = "Fonctionnalités"
|
||||
url = "presentation/"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
name = "Éléments"
|
||||
url = "elements/"
|
||||
parent = "Fonctionnalités"
|
||||
name = "Suivi des usagers"
|
||||
url = "presentation/persons"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
parent = "Fonctionnalités"
|
||||
name = "Suivi des accompagnements"
|
||||
url = "presentation/accompanying-courses"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
parent = "Fonctionnalités"
|
||||
name = "Génération de documents"
|
||||
url = "presentation/doc-generation"
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
name = "Pages"
|
||||
parent = "Fonctionnalités"
|
||||
name = "Export des statistiques"
|
||||
url = "presentation/export-stats"
|
||||
weight = 4
|
||||
|
||||
[[main]]
|
||||
parent = "Fonctionnalités"
|
||||
name = "Feuille de route"
|
||||
url = "presentation/roadmap"
|
||||
weight = 5
|
||||
|
||||
#############
|
||||
|
||||
[[main]]
|
||||
name = "Pour commencer"
|
||||
hasChildren = true
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
parent = "Pour commencer"
|
||||
name = "Comme utilisateur"
|
||||
url = "start/user"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
parent = "Pour commencer"
|
||||
name = "Comme développeur"
|
||||
url = "start/developper"
|
||||
weight = 2
|
||||
|
||||
#############
|
||||
|
||||
[[main]]
|
||||
name = "Obtenir Chill"
|
||||
hasChildren = true
|
||||
weight = 4
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "Blog"
|
||||
url = "blog/"
|
||||
parent = "Obtenir Chill"
|
||||
url = "get-chill/demo"
|
||||
name = "Essayer la démo"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "Contact"
|
||||
url = "contact/"
|
||||
parent = "Obtenir Chill"
|
||||
url = "get-chill/install"
|
||||
name = "Installer Chill"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "Auteurs"
|
||||
url = "authors/"
|
||||
parent = "Obtenir Chill"
|
||||
url = "get-chill/configuration"
|
||||
name = "Support à la configuration"
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "Catégories"
|
||||
url = "categories/"
|
||||
|
||||
[[main]]
|
||||
parent = "Pages"
|
||||
name = "Page 404"
|
||||
url = "404/"
|
||||
parent = "Obtenir Chill"
|
||||
url = "get-chill/providers"
|
||||
name = "Trouver un prestataire"
|
||||
weight = 4
|
||||
|
||||
#############
|
||||
|
||||
# footer menu
|
||||
[[footer]]
|
||||
|
Reference in New Issue
Block a user