mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Add Mastodon and Bluesky to help tip (#24099)
Add Mastodon and Bluesky to socials tip
This commit is contained in:
parent
4498747fb1
commit
5d6fcaf6bb
@ -66,6 +66,18 @@ const randomTip = (hass: HomeAssistant, narrow: boolean) => {
|
||||
rel="noreferrer"
|
||||
>${hass.localize("ui.panel.config.tips.join_x")}</a
|
||||
>`,
|
||||
mastodon: html`<a
|
||||
href=${documentationUrl(hass, `/mastodon`)}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>${hass.localize("ui.panel.config.tips.join_mastodon")}</a
|
||||
>`,
|
||||
bluesky: html`<a
|
||||
href=${documentationUrl(hass, `/bluesky`)}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>${hass.localize("ui.panel.config.tips.join_bluesky")}</a
|
||||
>`,
|
||||
discord: html`<a
|
||||
href=${documentationUrl(hass, `/join-chat`)}
|
||||
target="_blank"
|
||||
|
@ -6052,8 +6052,10 @@
|
||||
},
|
||||
"tips": {
|
||||
"tip": "Tip!",
|
||||
"join": "Join the community on our {forums}, {twitter}, {discord}, {blog} or {newsletter}",
|
||||
"join": "Join the community on our {forums}, {mastodon}, {bluesky}, {twitter}, {discord}, {blog} or {newsletter}",
|
||||
"join_x": "X (formerly Twitter)",
|
||||
"join_mastodon": "Mastodon",
|
||||
"join_bluesky": "Bluesky",
|
||||
"join_forums": "Forums",
|
||||
"join_chat": "Chat",
|
||||
"join_blog": "Blog",
|
||||
|
Loading…
x
Reference in New Issue
Block a user