Skip to content

Commit 39f51f7

Browse files
committed
Upate announcement with correct roo vs zoo code
1 parent 348f8e1 commit 39f51f7

19 files changed

Lines changed: 38 additions & 38 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4949
<Trans i18nKey="chat:announcement.handoff.description" components={{ bold: <strong /> }} />
5050
</p>
5151
<VSCodeLink
52-
href="https://x.com/mattrubens/status/2046636598859559114"
52+
href="https://www.zoocode.dev?utm_source=zoocode&utm_medium=announcement&utm_campaign=community_handoff"
5353
onClick={(e) => {
5454
e.preventDefault()
5555
vscode.postMessage({
5656
type: "openExternal",
57-
url: "https://x.com/mattrubens/status/2046636598859559114",
57+
url: "https://www.zoocode.dev?utm_source=zoocode&utm_medium=announcement&utm_campaign=community_handoff",
5858
})
5959
}}>
6060
{t("chat:announcement.handoff.readMore")}

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@
350350
"title": "Zoo Code {{version}} Released",
351351
"support": "Please support Zoo Code by starring us on <githubLink>GitHub</githubLink>.",
352352
"handoff": {
353-
"heading": "Zoo Code is back, now as a community-maintained plugin called Zoo Code!!",
354-
"description": "If you haven't been following, the Zoo Code team recently announced they are sun setting the development of Zoo Code and are archiving the work they have done. But fear not, the community has stepped up to continue the legacy of Zoo Code with a new name and a new home! We are not just a single \"Roo\" anymore, we are a community, a \"Zoo\" if you will, Zoo Code is a community-maintained plugin that picks up where Zoo Code left off, and we're committed to keeping the spirit of Roo alive while also introducing new features and improvements. We want to give a huge shoutout to the entire Zoo Code team for their incredible work and for creating such an amazing tool for developers. We're excited to continue building on their foundation and to see where the community takes Zoo Code in the future!",
353+
"heading": "Roo Code is back! Now as a community-maintained plugin called Zoo Code!!",
354+
"description": "If you haven't been following, the Roo Code team recently announced they are sun setting the development of Roo Code and are archiving the work they have done. But fear not, the community has stepped up to continue the legacy of Roo Code with a new name and a new home! We are not just a single \"Roo\" anymore, we are a community, a \"Zoo\" if you will, Zoo Code is a community-maintained plugin that picks up where Zoo Code left off, and we're committed to keeping the spirit of Roo alive while also introducing new features and improvements. We want to give a huge shoutout to the entire Roo Code team for their incredible work and for creating such an amazing tool for developers. We're excited to continue building on their foundation and to see where the community takes Zoo Code in the future!",
355355
"readMore": "See the new home page of Zoo Code and read the full announcement"
356356
},
357357
"release": {

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)