Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions locales/en-US/common.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ why-rust = Why Rust?
production-use = Production use
learn-more = Learn More
zulip = Zulip
discord = Discord
mastodon = Mastodon
bluesky = Bluesky
Expand Down
2 changes: 1 addition & 1 deletion locales/en-US/community.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ community-irlo = The Rust Internals Forum is a place for discussion about the
as well as the design of the language and the standard library.
community-chat-header = Chat platforms
community-chat = Development of Rust, and general chatter happens on several chat platforms. Check out general channels and more on the Rust Zulip server, or check out the teams page to find where specific teams meet.
community-chat = Rust users can chat or get help on the unofficial Discord server. Development of Rust itself happens on the Rust Zulip server, or check out the teams page to find where specific teams meet.
community-teams-learn = Learn more about teams
Expand Down
3 changes: 3 additions & 0 deletions templates/community/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@

{{!-- TODO: remove padding and margin once global declarations are gone --}}
<ul class="list pa0 ma0 dn-l">
<li class="mb3">
<a href="https://discord.com/invite/rust-lang-community" class="button button-secondary">{{fluent "discord"}}</a>
</li>
<li class="mb3">
<a href="https://rust-lang.zulipchat.com" class="button button-secondary">{{fluent "zulip"}}</a>
</li>
Expand Down
Loading