summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/i18n
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-03-04 16:02:37 +0000
committerDavid Hill <[email protected]>2026-03-04 16:02:37 +0000
commitb42a63b882dbde071b62836b5234a5b197e5b317 (patch)
treeea457432e59d162286e93bf2b8dccceb053c7c69 /packages/console/app/src/i18n
parentca5a7378deb77ad35a70d7182f750a544a2b7426 (diff)
downloadopencode-b42a63b882dbde071b62836b5234a5b197e5b317.tar.gz
opencode-b42a63b882dbde071b62836b5234a5b197e5b317.zip
docs: make Go hero CTA translatable with pricing emphasis
Diffstat (limited to 'packages/console/app/src/i18n')
-rw-r--r--packages/console/app/src/i18n/en.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts
index 065a02be3..9cd896fe2 100644
--- a/packages/console/app/src/i18n/en.ts
+++ b/packages/console/app/src/i18n/en.ts
@@ -250,7 +250,10 @@ export const dict = {
"go.hero.body":
"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.",
- "go.cta.start": "Subscribe to Go - $10/mo",
+ "go.cta.start": "Subscribe to Go",
+ "go.cta.template": "{{text}} {{price}}",
+ "go.cta.text": "Subscribe to Go",
+ "go.cta.price": "$10/month",
"go.pricing.body": "Use with any agent. Top up credit if needed. Cancel any time.",
"go.graph.free": "Free",
"go.graph.go": "Go",