Japanese localization swaps "Staged" and "Unstaged" labels in the diff scope selector
What version of the Codex App are you using (From “About Codex” dialog)?
26.305.950 (863)
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Darwin 24.6.0 arm64 arm
What issue are you seeing?
When the Codex App language is set to Japanese, the labels for Staged and Unstaged appear to be reversed in the diff scope selector.
In English, the selector shows Unstaged and Staged correctly.
In Japanese, the option corresponding to Unstaged is shown as ステージ済み, and the option corresponding to Staged is shown as 未ステージ.
This makes the UI misleading because the translated labels indicate the opposite Git state from the actual one.
What steps can reproduce the bug?
- Open the Codex App.
- Set the app language to Japanese.
- Open a repository where the diff scope selector is visible.
- Open the diff scope dropdown near the top-left of the diff view.
- Compare the Japanese labels with the English labels for the same UI.
- Observe that Staged and Unstaged are translated in the opposite way.
What is the expected behavior?
Staged should be translated as ステージ済み.
Unstaged should be translated as 未ステージ.
The Japanese labels should match the actual Git state and the English UI.
Additional information
The issue appears to be specific to the Japanese localization.
I have screenshots comparing the English and Japanese UI.
The affected UI is the diff scope selector in the Codex App.
<img width="436" height="209" alt="Image" src="https://github.com/user-attachments/assets/ec675c6f-bfc6-4118-afb9-0ea2ee65f87a" />
<img width="439" height="203" alt="Image" src="https://github.com/user-attachments/assets/2a30c384-95b5-43b4-9ec1-c52842d8e175" />