Add localization support for FollowModal component (#4558)
* Initial plan * Add localization support for FollowModal component Co-authored-by: gabek <414923+gabek@users.noreply.github.com> * Update web/components/modals/FollowModal/FollowModal.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update web/components/modals/FollowModal/FollowForm.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gabek <414923+gabek@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
gabek
Copilot
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Gabe Kangas
parent
aa6ab61cbc
commit
51ae467a5a
@@ -118,6 +118,18 @@
|
||||
"contribute": "Contribute",
|
||||
"source": "Source"
|
||||
},
|
||||
"FollowModal": {
|
||||
"description": "By following this stream you'll get notified on the Fediverse when it goes live. Now is a great time to",
|
||||
"learnFediverse": "learn about the Fediverse",
|
||||
"newToYou": "if it's new to you.",
|
||||
"instructions": "Enter your username @server to follow",
|
||||
"placeholder": "Your fediverse account @account@server",
|
||||
"redirectMessage": "You'll be redirected to your Fediverse server and asked to confirm the action.",
|
||||
"joinFediverse": "Join the Fediverse",
|
||||
"followButton": "Follow",
|
||||
"followError": "Follow Error",
|
||||
"unableToFollow": "Unable to follow."
|
||||
},
|
||||
"Header": {
|
||||
"skipToPlayer": "Skip to player",
|
||||
"skipToOfflineMessage": "Skip to offline message",
|
||||
|
||||
Reference in New Issue
Block a user