fix: replace OpenCode with MiMo Code in all i18n strings (#679 follow-up)#843
Open
MrRealORG wants to merge 1 commit into
Open
fix: replace OpenCode with MiMo Code in all i18n strings (#679 follow-up)#843MrRealORG wants to merge 1 commit into
MrRealORG wants to merge 1 commit into
Conversation
…iaomiMiMo#679) Replace user-visible 'OpenCode' branding with 'MiMo Code' across all 17 Web UI language files (ar, br, bs, da, de, en, es, fr, ja, ko, no, pl, ru, th, tr, zh, zht). Preserved (intentionally unchanged): - i18n key names (e.g. dialog.provider.opencode.note) - URLs (opencode.ai/zen) - Config filenames (opencode.json) - Provider identifiers (opencodeZen, opencodeGo) - Provider keys in key names This completes the i18n portion of XiaomiMiMo#679 that was deferred in PR XiaomiMiMo#839.
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
Completes the i18n portion of #679 that was deferred in PR #839.
Replaces user-visible "OpenCode" branding with "MiMo Code" across all 17 Web UI language files.
What changed
~335 string replacements across 17 files:
ar.ts,br.ts,bs.ts,da.ts,de.ts,en.ts,es.ts,fr.ts,ja.ts,ko.ts,no.ts,pl.ts,ru.ts,th.ts,tr.ts,zh.ts,zht.ts.What was preserved (intentionally unchanged)
dialog.provider.opencode.note(internal identifiers)opencode.ai/zen(external service URL)opencode.json(technical file reference)opencodeZen,opencodeGo(API/provider IDs)Methodology
Used an automated Python script with explicit exclusion rules to ensure only user-visible text was modified. The script handles both inline and multi-line string values, and respects single/double-quoted strings.
Test Plan
opencode.ai/zenURL is still clickable in provider connect dialogopencode.jsonreference in error messages is preservedCloses #679