MiniMax-AI / MiniMax-AI/minimax-code
[Bug]: The language selector dropdown in MiniMax Code Settings only shows 2 option
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 141
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 46
Description
Version / 版本号
3.0.46
Platform / 平台
Windows
OS version / 系统版本
Windows 11 Latest
Issue area / 问题类型
UI / UX
Upload ID / 日志上传 ID
405606565368031
What happened? / 问题描述
Bug Description
The language selector dropdown in MiniMax Code Settings only shows 2 options:
- English
- 中文 (Chinese)
However, Spanish locale files are already bundled in the app:
locales/es.paklocales/es-419.pak
These files exist in the installed app at:
C:\Users\<username>\AppData\Local\Programs\MiniMax Code\locales\
Steps to Reproduce
- Open MiniMax Code
- Go to Settings
- Look at the Language dropdown
- Only English and Chinese are available
Expected Behavior
Spanish (Español) should appear as an option in the language dropdown, since the locale files are already bundled.
Evidence
The installed locales/ directory contains 55 locale files including:
es.pak(Spanish - Spain)es-419.pak(Spanish - Latin America)
But the UI only exposes 2 languages. This appears to be a hardcoded list in the frontend that doesn't match the actually bundled locales.
Environment
- OS: Windows 11
- App version: Latest (3.x)
- System locale: Spanish (Argentina) / es-AR
Tags
bug i18n localization language spanish
Steps to reproduce / 复现步骤
- Open MiniMax Code
- Go to Settings
- Look at the Language dropdown
- Only English and Chinese are available
Expected behavior / 预期行为
Spanish (Español) should appear as an option in the language dropdown, since the locale files are already bundled.
Actual behavior / 实际行为
The installed `locales/` directory contains 55 locale files including:
es.pak(Spanish - Spain)es-419.pak(Spanish - Latin America)
Logs or crash report / 日志或崩溃信息
Screenshots / 截图
No response
Before submitting / 提交前确认
- I have searched existing issues.
- I am using the latest version available to me.
- I have removed sensitive information from logs/screenshots.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Settings language dropdown entry point and inspect how its available languages are defined, comparing that list with the bundled locales/es.pak and locales/es-419.pak assets. Add Spanish as an available option and verify that it appears in Settings and can be selected on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, localization
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100