restore i18n key _footer.html.erb (#15831)

This commit is contained in:
yheuhtozr 2021-12-21 07:33:41 +09:00 committed by GitHub
parent 032378b3bd
commit 021ed9708e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -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. %>

View file

@ -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">&copy;</span> %{copyright}.

View file

@ -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">&copy;</span> %{copyright}.