Codex App zh-CN localization: duplicated reasoning label and untranslated menu items
What version of the Codex App are you using (From “About Codex” dialog)?
Observed with Codex CLI/App bits around codex-cli 0.144.1. The issue has also been present in previous recent versions.
What subscription do you have?
Pro
What platform is your computer?
Linux 7.0.0-27-generic x86_64 unknown
What issue are you seeing?
The Simplified Chinese localization in the Codex desktop app has two UI problems:
- Reasoning effort / 推理强度 menu has duplicated and incorrect Chinese labels.
In the reasoning effort dropdown, the labels are shown roughly as:
轻度中高极高最高极高with helper text更快消耗使用额度
There are two entries labeled 极高. The final 极高 entry appears to be a different level, but it is translated the same as another option. The helper text 更快消耗使用额度 also looks like awkward/incorrect copy for this setting.
- The app menu dropdowns are not localized.
The top-level menu labels are translated, e.g. 文件, 编辑, 视图, 帮助, but the dropdown items under 文件 remain English:
New WindowNew TaskNew Projectless TaskOpen Folder...CloseSettings...Log OutExit
The menu has been like this for a while; only the top-level labels are translated, not the actual menu actions.
What steps can reproduce the bug?
- Start the Codex desktop app with the UI language set to Simplified Chinese.
- Open the model/reasoning settings dropdown.
- Check the
推理强度options. - Open the application menu bar, for example
文件. - Check the dropdown menu item labels.
What is the expected behavior?
- Each reasoning effort level should have a unique and accurate Simplified Chinese label.
- The duplicated
极高entries should be disambiguated according to the actual underlying levels. - The helper text under the highest/most expensive reasoning option should be reviewed and translated naturally.
- App menu dropdown items should be localized consistently, for example
New Window,New Task,Open Folder...,Settings...,Log Out, andExitshould have Simplified Chinese translations.
Additional information
I searched open issues for similar Chinese localization reports before filing this and did not find an obvious duplicate.
Screenshots show:
- The
推理强度dropdown with duplicated极高entries and the helper text更快消耗使用额度. - The
文件menu where the top-level label is localized but dropdown actions remain English.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗