Skip to content

Commit 7b34099

Browse files
committed
Use fluent for Mastodon name.
1 parent eb43ef5 commit 7b34099

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

locales/en-US/common.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ production-use = Production use
1010
learn-more = Learn More
1111
discord = Discord
1212
zulip = Zulip
13+
mastodon = Mastodon
1314
1415
## components/panels/domain.hbs
1516

templates/components/footer.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l">
3232
<h4>{{fluent "footer-social"}}</h4>
3333
<div class="flex flex-row flex-wrap items-center">
34-
<a rel="me" href="https://social.rust-lang.org/@rust" target="_blank"><img src="/static/images/mastodon.svg" alt="mastodon logo" title="Mastodon" /></a>
34+
<a rel="me" href="https://social.rust-lang.org/@rust" target="_blank"><img src="/static/images/mastodon.svg" alt="{{fluent "mastodon"}}" title="{{fluent "mastodon"}}" /></a>
3535
<a href="https://twitter.com/rustlang" target="_blank"><img src="/static/images/twitter.svg" alt="twitter logo" title="{{fluent "footer-youtube-alt"}}"/></a>
3636
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank"><img class="pv2" src="/static/images/youtube.svg" alt="{{fluent "footer-alt-youtube"}}" title="YouTube"/></a>
3737
<a href="https://discord.gg/rust-lang" target="_blank"><img src="/static/images/discord.svg" alt="discord logo" title="{{fluent "footer-discord-alt"}}"/></a>

0 commit comments

Comments
 (0)