Localize Codex session cost estimates in Korean - #3034
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs maintainer review before merge. Reviewed August 17, 2026, 11:53 PM ET / August 18, 2026, 03:53 UTC. ClawSweeper reviewWhat this changesAdds Korean translations for the Codex local-session cost toggle and its explanatory text, with a regression test that resolves both through the Korean localization bundle. Merge readinessThe patch is correctly scoped, has direct Korean-bundle regression coverage, and its screenshot shows the localized toggle and explanatory copy in the actual settings UI. It remains appropriate for ordinary maintainer review. Priority: P3 Review scores
Verification
How this fits togetherCodex provider settings construct the local-session cost toggle from English source keys. The localization resolver selects the Korean resource bundle and supplies the translated title and subtitle to the settings screen. flowchart LR
A[Codex settings descriptor] --> B[Source text keys]
B --> C[Localization resolver]
C --> D[Korean strings bundle]
D --> E[Codex settings screen]
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Keep the existing English source keys and ship these two Korean bundle entries with their direct bundle-level regression test. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR supplies missing Korean copy rather than repairing a reported runtime failure; the submitted screenshot directly shows the after-change settings UI. Is this the best way to solve the issue? Yes. Adding the two missing Korean bundle keys and testing resolution through the actual Codex toggle follows the established localization architecture without changing provider behavior. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 8c113bb03221. LabelsLabel justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
History |
Summary
Scope
Validation
swift test --filter CodexLocalSessionCostSettingsTestsmake checkmake test(891 selections, 75 groups)Screenshot
References