-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
Description
Add Portuguese (Brazil) localization to OpenCode using the br locale code, following the pattern from recent i18n PRs (#10018, #9887, #9882, #9947).
Changes
- Add
br.tstranslation files for app and UI packages (661 app keys, 93 UI keys) - Update language context to support
brlocale - Add
brlanguage label to all existing translations - Language detection automatically maps
pt,pt-br,pt-BRbrowser locales tobr
Checklist
- All translations complete (661 app keys, 93 UI keys)
- Language detection works for pt, pt-br, pt-BR variants
- Code follows existing i18n patterns
- Ready for local testing and screenshots
Rationale for br locale code
Using br instead of pt-br for consistency with other single-word locale codes in the codebase and simplicity.
Would appreciate review and approval to proceed with the PR!
trollfalgar