Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 28a4c43

Browse files
committed
Localize final release announcement
1 parent 877dabf commit 28a4c43

20 files changed

Lines changed: 125 additions & 4 deletions

File tree

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4646
announcementLink: (
4747
<ExternalLink href="https://x.com/mattrubens/status/2046636598859559114" />
4848
),
49+
roomoteLink: <ExternalLink href="https://roomote.dev/" />,
4950
}}
5051
/>
5152
</p>

webview-ui/src/components/chat/__tests__/Announcement.spec.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ vi.mock("react-i18next", () => ({
3232
This is the last Roo Code release.{" "}
3333
{components?.announcementLink &&
3434
React.cloneElement(components.announcementLink, {}, "As we announced a few weeks ago")}
35-
, we{"'"}ve decided to shift our focus to Roomote, our cloud agent platform, which we believe to be
36-
the future of software development. Thank you so much for your support throughout the past year or
37-
so.
35+
, we{"'"}ve decided to shift our focus to{" "}
36+
{components?.roomoteLink && React.cloneElement(components.roomoteLink, {}, "Roomote")}, our cloud
37+
agent platform, which we believe to be the future of software development. Thank you so much for
38+
your support throughout the past year or so.
3839
</span>
3940
)
4041
}

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"support": "Please support Roo Code by starring us on <githubLink>GitHub</githubLink>.",
353353
"finalRelease": {
354354
"title": "The last Roo Code release",
355-
"intro": "This is the last Roo Code release. <announcementLink>As we announced a few weeks ago</announcementLink>, we've decided to shift our focus to Roomote, our cloud agent platform, which we believe to be the future of software development. Thank you so much for your support throughout the past year or so.",
355+
"intro": "This is the last Roo Code release. <announcementLink>As we announced a few weeks ago</announcementLink>, we've decided to shift our focus to <roomoteLink>Roomote</roomoteLink>, our cloud agent platform, which we believe to be the future of software development. Thank you so much for your support throughout the past year or so.",
356356
"continuity": "This extension should continue to work indefinitely, but it won't receive bug fixes, new features, or model updates.",
357357
"alternatives": "If you want to use an extension, we recommend checking out <zooCodeLink>ZooCode</zooCodeLink> (a Roo Code fork by the community) and <clineLink>Cline</clineLink> (where Roo Code originally started).",
358358
"signoff": "Happy coding!"

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)