Skip to content

fix(i18n): localize upsell dialog, update OpenCode Go branding to MiMo Go (#679)#849

Open
MrRealORG wants to merge 1 commit into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-upsell-i18n-branding
Open

fix(i18n): localize upsell dialog, update OpenCode Go branding to MiMo Go (#679)#849
MrRealORG wants to merge 1 commit into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-upsell-i18n-branding

Conversation

@MrRealORG

Copy link
Copy Markdown

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.*")), added useLanguage import. Changed "OpenCode Go" to use the tui.upsell.service_name key which translates to "MiMo Go".
  • Added 6 new i18n keys to all 7 TUI locale files (en, zh, zht, ja, es, fr, ru):
    • tui.upsell.title
    • tui.upsell.subscribe_to
    • tui.upsell.service_name
    • tui.upsell.description
    • tui.upsell.dont_show_again
    • tui.upsell.subscribe

The external URL (opencode.ai/go) is intentionally unchanged as it points to the actual subscription service.

Closes #679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web UI still shows "opencode" branding instead of "MiMo Code"

1 participant