diff options
| author | David Hill <[email protected]> | 2026-03-04 15:21:07 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 15:21:07 +0000 |
| commit | 7c215c0d02796803cd20602bb4b04a7d3c43760a (patch) | |
| tree | b41257bf490b2ea6131fb762ed0bda5e23751038 /packages/console/app/src/i18n | |
| parent | ad563381087084de2cd7b88ad25965b52ed162da (diff) | |
| download | opencode-7c215c0d02796803cd20602bb4b04a7d3c43760a.tar.gz opencode-7c215c0d02796803cd20602bb4b04a7d3c43760a.zip | |
docs: replace Go landing page video with interactive limits graph
Users can now see a clear visual comparison of request limits between Free tier and Go tier across all available models, making it easier to understand the value of a Go subscription at a glance.
Diffstat (limited to 'packages/console/app/src/i18n')
| -rw-r--r-- | packages/console/app/src/i18n/en.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 41c3a76fc..5052529c8 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -251,11 +251,12 @@ export const dict = { "go.cta.start": "Subscribe to Go - $10/mo", "go.pricing.body": "Use with any agent. Top up credit if needed. Cancel any time.", + "go.graph.free": "Free", + "go.graph.go": "Go", "go.problem.title": "What problem is Go solving?", "go.problem.body": "We're focused on bringing the OpenCode experience to as many people as possible. OpenCode Go is a low cost ($10/month) subscription designed to bring agentic coding to programmers around the world. It provides generous limits and reliable access to the most capable open source models.", - "go.problem.subtitle": - " ", + "go.problem.subtitle": " ", "go.problem.item1": "Low cost subscription pricing", "go.problem.item2": "Generous limits and reliable access", "go.problem.item3": "Built for as many programmers as possible", |
