From ba3af3df0b1d4fe822240aed89c00020f91c9675 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Thu, 17 Nov 2016 15:48:20 +0100 Subject: [PATCH] add links for blog, twitter and d* --- app/views/layouts/application.html.erb | 4 +++- config/locales/en.yml | 3 +++ config/locales/fr.yml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 06d4ebe..23e9a95 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -126,9 +126,11 @@ (hrc = HatRequest.count) > 0 %> <%= t('.hatrequestlink') %> (<%= hrc %>) <% end %> - <%= t('.chatlink') %> <%= t('.privacylink') %> <%= t('.aboutlink') %> + <%= t('.blog') %> + <%= t('.twitter') %> + <%= t('.diaspora') %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index 1ba3507..74a4df1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -37,6 +37,9 @@ en: hatrequestlink: "Hat Requests" privacylink: "Privacy" aboutlink: "About" + blog: "Blog" + twitter: "Twitter" + diaspora: "Diaspora*" filters: index: filteredtags: "Filtered Tags" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 77c29e9..188cc71 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -49,6 +49,9 @@ fr: hatrequestlink: "Porter le chapeau" privacylink: "Confidentialité" aboutlink: "À propos" + blog: "Blog" + twitter: "Twitter" + diaspora: "Diaspora*" comments: commentbox: mustbelogged: "Vous devez être connecté pour laisser un commentaire."