feat(app): add global locale coverage - #40992
Merged
Merged
Conversation
opencode-agent
Bot
force-pushed
the
global-locales
branch
from
August 7, 2026 04:29
1acfa17 to
2d8761e
Compare
opencode-agent
Bot
force-pushed
the
global-locales
branch
from
August 7, 2026 04:33
2d8761e to
f9b17d8
Compare
Hona
enabled auto-merge (squash)
August 7, 2026 04:34
HQ123-BOOP
pushed a commit
to HQ123-BOOP/LibreCode
that referenced
this pull request
Aug 7, 2026
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
charlesverge
pushed a commit
to charlesverge/opencode
that referenced
this pull request
Aug 11, 2026
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
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
navigator.languagesandIntl.Locale.maximize()Intl.PluralRules, with no feature-level locale branchesTranslation methodology
Translations were reviewed against Unicode CLDR plural/locale data and maintained developer-product corpora. Firefox, KDE, and VS Code localizations were compared where target-language coverage exists, with Microsoft terminology and national language authorities used as supporting references.
The review normalized recurring product concepts such as session, prompt, agent, model, provider, fork, shell, terminal, workspace, worktree, context, permission, tool, and server. For sparse-resource locales, recognizable developer borrowings such as
Git worktree,Shell, or a conventional transliteration were preferred over invented physical calques.These are complete best-effort translations. Native developer review remains especially valuable for Dhivehi, Dzongkha, Faroese, Turkmen, Mongolian, Tajik, and Amharic terminology.
Verification
bun test src/i18ninpackages/app— 13 passed, 1,434 assertionsbun typecheckinpackages/appbun typecheckinpackages/uibun typecheckinpackages/desktopbun test translate-app.test.tsinscript— 13 passedbun run translate:app -- all --check— all 61 translated locales have zero missing keys, invalid extras, or placeholder mismatches across app/UI/desktopoxlint— zero errorsgit diff --checkRequested by: @Hona (Hona via Slack)