restore i18n key _footer.html.erb (#15831)
This commit is contained in:
parent
032378b3bd
commit
021ed9708e
3 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,7 @@
|
|||
<footer class="crayons-footer print-hidden">
|
||||
<div id="footer-container" class="crayons-footer__container">
|
||||
<p class="fs-s crayons-footer__description">
|
||||
<a href="<%= root_path %>" aria-label="<%= t("views.main.aria_home", community: community_name) %>" class="c-link c-link--branded fw-medium">
|
||||
<%= community_name %>
|
||||
</a>
|
||||
– <%= Settings::Community.community_description %>
|
||||
<%= t("views.main.footer.desc_html", community: link_to(community_name, root_path, class: "c-link c-link--branded fw-medium", "aria-label": t("views.main.aria_home", community: community_name)), desc: Settings::Community.community_description) %>
|
||||
</p>
|
||||
<div class="fs-s">
|
||||
<%# The following copy is necessary for compatibility with the Forem AGPL licence which requires instances to link back to the source. %>
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ en:
|
|||
forem: Forem
|
||||
opensource: open source
|
||||
dev: DEV
|
||||
desc_html: "%{community} — %{desc}"
|
||||
logo: Forem logo
|
||||
powered:
|
||||
text_html: Made with love and %{rails}. %{community} <span title="copyright">©</span> %{copyright}.
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ fr:
|
|||
forem: Forem
|
||||
opensource: open source
|
||||
dev: DEV
|
||||
desc_html: "%{community} — %{desc}"
|
||||
logo: Forem logo
|
||||
powered:
|
||||
text_html: Made with love and %{rails}. %{community} <span title="copyright">©</span> %{copyright}.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue