diff --git a/i18n/fr.toml b/i18n/fr.toml index 69ecf13..f201c59 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -19,6 +19,9 @@ other = "Modifiez cette page sur" [get_started] other = "Exemple de guide" +[home] +other = "Accueil" + [last_updated] other = "Dernière mise à jour le" diff --git a/portails/shared/layouts/partials/main/breadcrumb.html b/portails/shared/layouts/partials/main/breadcrumb.html index 1d960d2..f6ea5a9 100644 --- a/portails/shared/layouts/partials/main/breadcrumb.html +++ b/portails/shared/layouts/partials/main/breadcrumb.html @@ -1,4 +1,4 @@ {{ with .Parent -}} {{ partial "main/breadcrumb.html" . -}} - + {{ end -}} \ No newline at end of file