i18n of home view

This commit is contained in:
Carl Chenet 2016-11-09 10:35:47 +01:00
parent dd255f15be
commit 5b86bab8ce
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,6 @@
<% if @cur_url == "/recent" %>
<div class="box" id="leader">
<em>The <a href="/newest">newest</a> stories with a random sampling of
recently submitted stories that have not yet reached the front page.</em>
<%= raw(t('.homerecentsdesc')) %>
</div>
<% end %>

View file

@ -47,6 +47,9 @@ en:
filtereddesc: "Description"
filteredstories: "Stories"
filteredsave: "Save Filters"
home:
index:
homerecentsdesc: "<em>The <a href=\"/newest\">newest</a> stories with a random sampling of recently submitted stories that have not yet reached the front page.</em>"
moderations:
index:
moderationlogtitle: "Moderation Log"

View file

@ -49,6 +49,9 @@ fr:
hatrequestlink: "Porter le chapeau"
privacylink: "Confidentialité"
aboutlink: "À propos"
home:
index:
homerecentsdesc: "<em>Les <a href=\"/newest\">plus récentes</a> infos avec un panaché aléatoire des infos récentes soumises qui n'ont pas encore atteint la page principale.</em>"
filters:
index:
filteredtags: "Marques filtrées"