From 0a2aa8688d048b07e633065122f73bc0d4ec7e4a Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 4 Mar 2026 12:57:49 +0000 Subject: chore(console): switch /go page to go.* i18n keys --- packages/console/app/src/routes/go/index.tsx | 81 ++++++++++++++-------------- 1 file changed, 40 insertions(+), 41 deletions(-) (limited to 'packages/console/app/src/routes') diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index d82f2739a..abcd2a94a 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -35,7 +35,7 @@ export default function Home() { return (
{/**/} - {i18n.t("zen.title")} + {i18n.t("go.title")} @@ -49,12 +49,8 @@ export default function Home() {
-

Low cost coding models for everyone

-

- Go brings agentic coding to programmers around the world. Offering generous limits and reliable access - to the most capable open-source models, so you can build with powerful agents without worrying about - cost or availability. -

+

{i18n.t("go.hero.title")}

+

{i18n.t("go.hero.body")}

{/*
@@ -131,7 +127,7 @@ export default function Home() { */}
- Subscribe to Go - $10/mo + {i18n.t("go.cta.start")}
-

{i18n.t("zen.pricing.body")}

+

{i18n.t("go.pricing.body")}

@@ -155,50 +151,50 @@ export default function Home() {
-

{i18n.t("zen.problem.title")}

-

{i18n.t("zen.problem.body")}

+

{i18n.t("go.problem.title")}

+

{i18n.t("go.problem.body")}

-

{i18n.t("zen.problem.subtitle")}

+

{i18n.t("go.problem.subtitle")}

  • - [*] {i18n.t("zen.problem.item1")} + [*] {i18n.t("go.problem.item1")}
  • - [*] {i18n.t("zen.problem.item2")} + [*] {i18n.t("go.problem.item2")}
  • - [*] {i18n.t("zen.problem.item3")} + [*] {i18n.t("go.problem.item3")}
-

{i18n.t("zen.how.title")}

-

{i18n.t("zen.how.body")}

+

{i18n.t("go.how.title")}

+

{i18n.t("go.how.body")}

@@ -206,12 +202,12 @@ export default function Home() {
-

{i18n.t("zen.privacy.title")}

+

{i18n.t("go.privacy.title")}

[*]

- {i18n.t("zen.privacy.beforeExceptions")}{" "} - {i18n.t("zen.privacy.exceptionsLink")}. + {i18n.t("go.privacy.beforeExceptions")}{" "} + {i18n.t("go.privacy.exceptionsLink")}.

@@ -296,36 +292,39 @@ export default function Home() {
-- cgit v1.2.3