localize back to top [ci skip]
This commit is contained in:
parent
a53b1ccaae
commit
c8e09bf325
2 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
= yield
|
= yield
|
||||||
|
|
||||||
- unless @landing_page
|
- unless @landing_page
|
||||||
%a{:id=>"back-to-top", :title=>"Back to top", :href=>"#"}
|
%a{:id=>"back-to-top", :title=>"#{I18n.t('.back_to_top')}", :href=>"#"}
|
||||||
⇧
|
⇧
|
||||||
|
|
||||||
%footer
|
%footer
|
||||||
|
|
|
||||||
|
|
@ -364,6 +364,7 @@ en:
|
||||||
toggle: "toggle mobile"
|
toggle: "toggle mobile"
|
||||||
public_feed: "Public Diaspora Feed for %{name}"
|
public_feed: "Public Diaspora Feed for %{name}"
|
||||||
your_aspects: "your aspects"
|
your_aspects: "your aspects"
|
||||||
|
back_to_top: "Back to top"
|
||||||
|
|
||||||
likes:
|
likes:
|
||||||
likes:
|
likes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue