Skip to content

Commit

Permalink
Added translations for index breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Bausson committed Oct 12, 2023
1 parent 296f894 commit b9abb97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/domaines/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<%= render 'layouts/breadcrumb', breadcrumb_variables: {'Paramètres' => modeles_url, 'Domaines' => ''} %>
<%= render 'layouts/breadcrumb', breadcrumb_variables: {
t("breadcrumb.settings") => modeles_url,
t("breadcrumb.domaines") => ""}
%>

<div class="container-fluid">

Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fr:
close: Fermer
breadcrumb:
settings: Paramètres
domaines: Domaines
pages:
params_menu:
location:
Expand Down

0 comments on commit b9abb97

Please sign in to comment.