1Panel-dev / 1Panel-dev/1Panel
[Feature] Add multilingual support for dropdown labels in the application installation form
Open
@wanghe-fit2cloud is already working on this.
Since Nov 22, 2025.
type: feature-request
- Dominant language
- Go
- Stars
- 37k
- Forks
- 3.4k
- Avg merge
- 9h 16m
- Merged PRs (30d)
- 105
Description
1Panel Version
2.0.13
Please describe your needs or suggestions for improvements
应用安装表单对下拉选单的 lable 添加多语言支持
以下表单所有语言均显示中文
Please describe the solution you suggest
在不破坏现有结构的话可考虑增加一个新的键,此处以 label-i18n 为例
- default: "false"
envKey: DEBUG
labelEn: Debug mode
labelZh: 调试模式
required: true
type: select
values:
- label: 开启
label-i18n:
en: Enable
ja: 有効にする
ms: Dayakan
pt-br: Ativar
ru: Включить
value: "true"
- label: 关闭
label-i18n:
en: Disable
ja: 無効にする
ms: Lumpuhkan
pt-br: Desativar
ru: Выключить
value: "false"
Additional Information
No response
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.
Assessment
This issue has not been assessed yet.