fix(i18n): localize upsell dialog, update OpenCode Go branding to MiMo Go (#679)#849
Open
MrRealORG wants to merge 1 commit into
Open
fix(i18n): localize upsell dialog, update OpenCode Go branding to MiMo Go (#679)#849MrRealORG wants to merge 1 commit into
MrRealORG wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Localizes the go-upsell dialog (shown when free tier limit is reached) and updates branding from "OpenCode Go" to "MiMo Go".
Changes
dialog-go-upsell.tsx: Replaced all hardcoded English strings with i18n keys (t("tui.upsell.*")), addeduseLanguageimport. Changed "OpenCode Go" to use thetui.upsell.service_namekey which translates to "MiMo Go".tui.upsell.titletui.upsell.subscribe_totui.upsell.service_nametui.upsell.descriptiontui.upsell.dont_show_againtui.upsell.subscribeThe external URL (
opencode.ai/go) is intentionally unchanged as it points to the actual subscription service.Closes #679