Add Bluesky to answerbox sharing options

This commit is contained in:
Andreas Nedbal 2024-03-01 20:50:08 +01:00 committed by Andreas Nedbal
parent 4ed9cf5a32
commit 507c27da06
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
%a.dropdown-item{ href: twitter_share_url(answer), target: "_blank" }
%i.fa.fa-fw.fa-twitter
= t(".twitter")
%a.dropdown-item{ href: bluesky_share_url(answer), target: "_blank" }
%i.fa.fa-fw.fa-cloud
= t(".bluesky")
%a.dropdown-item{ href: tumblr_share_url(answer), target: "_blank" }
%i.fa.fa-fw.fa-tumblr
= t(".tumblr")

View File

@ -79,6 +79,7 @@ en:
pin: "Pin to Profile"
unpin: "Unpin from Profile"
share:
bluesky: "Share on Bluesky"
copy: "Copy to Clipboard"
twitter: "Share on Twitter"
tumblr: "Share on Tumblr"