Translate share alt title in answerbox actions
This commit is contained in:
parent
bb47e30ed1
commit
437e72a322
|
@ -18,7 +18,7 @@
|
|||
%span{ id: "ab-comment-count-#{a.id}" }= a.comment_count
|
||||
.btn-group
|
||||
%button.btn.btn-link.answerbox__action{ data: { toggle: :dropdown }, aria: { expanded: false } }
|
||||
%i.fa.fa-fw.fa-share-alt{ title: "Share" }
|
||||
%i.fa.fa-fw.fa-share-alt{ title: t(".share.title") }
|
||||
.dropdown-menu.dropdown-menu-right{ role: :menu }
|
||||
%a.dropdown-item{ href: twitter_share_url(a), target: "_blank" }
|
||||
%i.fa.fa-fw.fa-twitter
|
||||
|
|
|
@ -87,6 +87,7 @@ en:
|
|||
asked: "%{user} asked %{time} ago"
|
||||
actions:
|
||||
share:
|
||||
title: "Share"
|
||||
twitter: "Share on Twitter"
|
||||
tumblr: "Share on Tumblr"
|
||||
other: "Share on other apps..."
|
||||
|
|
Loading…
Reference in New Issue