Add native Polish localization support#1253
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed June 11, 2026, 1:36 PM ET / 17:36 UTC. Summary Reproducibility: unclear. The review failed before ClawSweeper could establish a reproduction path. Review metrics: none identified. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Risk before merge
Maintainer options:
Next step before merge
Review detailsBest possible solution: Retry the Codex review after fixing the execution failure. Do we have a high-confidence way to reproduce the issue? Unclear. The review failed before ClawSweeper could establish a reproduction path. Is this the best way to solve the issue? Unclear. Retry the review first so ClawSweeper can evaluate the actual issue and fix direction. AGENTS.md: unclear because the file could not be read completely. Codex review notes: model internal, reasoning high; reviewed against 3c2d23d1739a. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 545c87d4ab
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| /* English localization for CodexBar (base/fallback) */ | ||
|
|
||
| " providers" = " providers"; | ||
| "(System)" = "(System)"; | ||
| "30d" = "30d"; | ||
| "A managed Codex login is already running. Wait for it to finish before adding " = "A managed Codex login is already running. Wait for it to finish before adding "; |
There was a problem hiding this comment.
Translate the Polish strings before enabling Polish
When users select the new Polish language, localizedBundle() will load this pl.lproj file, but the file is still mostly the English/base table (864 of 1029 entries match English, starting with the provider/login/account strings here). That makes the newly advertised Polish option render large parts of the app in English rather than Polish; translate these entries before shipping the language option.
Useful? React with 👍 / 👎.
|
@clawsweeper re-review Addressed in latest commits ( Proof (Polish selected in app)1) Menu popup (core usage card + actions)
2) General settings pane
3) Providers pane
4) Display settings pane
5) Advanced settings pane
Notes
|
|
🦞🧹 I asked ClawSweeper to review this item again. Re-review progress:
|
034add6 to
d948204
Compare
f949d99 to
25ac8f2
Compare
25ac8f2 to
618ebe6
Compare
|
Rebased and updated the PR head to Completed:
Autoreview found one remaining merge blocker: 814 of 1038 Polish values are still exact English placeholders, leaving only 224 translated entries. Existing selectable non-English catalogs have roughly 990 or more translated values. This PR should stay open until the Polish catalog is substantially complete and native-quality; I am not auto-merging it in the current state. |
- Add 'language_polish' to languageKeys in LocalizationLanguageCatalogTests so the new case in AppLanguage matches the test's expected key set. - Add 'language_polish' entry to fr/nl/uk/vi lproj (the four lproj added to main after the original Polish PR was opened) so the per-catalog coverage check passes. - Add missing language_french/dutch/ukrainian/vietnamese to pl.lproj with Polish translations so pl.lproj is also covered by the test.
…talogs) After rebasing onto origin/main, the invariant test 'localized catalogs include every app language label' requires every lproj to contain every language_<X> key. Add language_japanese to pl.lproj and language_polish to ja.lproj. No-op for app behavior; only catalog parity for invariant.
618ebe6 to
86fa43c
Compare





Summary
pl) as a selectable app languagepl.lproj/Localizable.stringsfor native Polish localizationlanguage_polishlabel across existing localesTesting
swift testtargets