Keep English slash commands available in localized UI
What version of the Codex App are you using (From “About Codex” dialog)?
26.429.30905
What subscription do you have?
Plus
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
In the Chinese UI of the Codex App, slash commands are localized into Chinese. For example, /model appears to be replaced by /模型.
This feels unnatural for a command-style interface. Slash commands are closer to CLI commands, developer shortcuts, or stable command keywords, so users generally expect them to remain in English across locales.
The localized UI is useful, but localizing the command keywords themselves makes the experience less predictable and creates inconsistency with English documentation, tutorials, and community examples.
What steps can reproduce the bug?
- Open Codex App version 26.429.30905.
- Set the app language/UI locale to Chinese.
- Try to use the slash command
/model. - Observe that the app expects or suggests the localized command
/模型instead.
Session id / token usage / context window usage: not applicable.
What is the expected behavior?
English slash commands should remain available regardless of the app language.
For example:
/modelshould always work/模型can optionally work as a Chinese alias- English command names should remain canonical and consistent with documentation
Additional information
I suggest keeping slash command keywords language-stable, similar to CLI commands, IDE commands, Discord/Slack-style slash commands, and API names.
The UI labels can be localized, but the command keywords should keep English aliases at minimum. Localized aliases are welcome, but they should not replace the English commands.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗