Skip to content
Snippets Groups Projects
Commit 70fc27dd authored by Arnaud Levy's avatar Arnaud Levy
Browse files

clean

parent 0896f53a
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@ else
languages = Language.all
route_args = [:admin, about.becomes(about.class.base_class), :translation]
end
action = "<i class=\"fas fa-language fa-2x float-end \"></i>"
%>
<%= osuny_panel t('internationalization.label'), action: action do %>
<%= osuny_panel t('internationalization.label') do %>
<p><%= t('internationalization.text_html', lang: t("languages.#{about.language.iso_code}")) %></p>
<h3 class="h5 mt-4"><%= t('internationalization.translations_title') %></h3>
<ol class="list-unstyled">
......
......@@ -211,7 +211,7 @@ en:
internationalization:
label: Internationalization
text_html: This page is in <b>%{lang}</b>
translations_title: 'Translations:'
translations_title: 'Translations'
languages:
en: English
fr: French
......
......@@ -211,7 +211,7 @@ fr:
internationalization:
label: Internationalisation
text_html: Cette page est en <b>%{lang}</b>
translations_title: 'Traductions :'
translations_title: 'Traductions'
languages:
en: Anglais
fr: Français
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment