fix(i18n): update platform callback path translation#9201
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the webhook callback description across English, Russian, and Chinese localization files to point users to the correct settings path ("Settings -> General") and clarify network accessibility requirements. The reviewer suggested a grammatical improvement for the English translation to make the phrasing regarding public network access more natural and clear.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "webhookDialog": { | ||
| "title": "Webhook Callback URL", | ||
| "description": "The callback address is as follows, please ensure that the network environment can be accessed. You can also view the callback address information in the logs.", | ||
| "description": "The callback address is as follows, please ensure that the network environment can be publicly accessible. You can also view the callback address information in the logs. It is recommended to fill in the \"Externally Accessible Callback API Address\" in Settings -> General.", |
There was a problem hiding this comment.
The phrase "please ensure that the network environment can be publicly accessible" is grammatically awkward. A network environment itself is not "publicly accessible"; rather, it allows public access, or the callback address is publicly accessible.
Consider refining this to "please ensure that your network environment allows public access" or "please ensure that the callback address is publicly accessible" for better clarity and natural English phrasing.
| "description": "The callback address is as follows, please ensure that the network environment can be publicly accessible. You can also view the callback address information in the logs. It is recommended to fill in the \"Externally Accessible Callback API Address\" in Settings -> General.", | |
| "description": "The callback address is as follows. Please ensure that your network environment allows public access. You can also view the callback address information in the logs. It is recommended to fill in the \"Externally Accessible Callback API Address\" in Settings -> General.", |
Modifications / 改动点
修改了关于回调地址的描述(新版 AstrBot 改了设置入口)
原来:



现在:



Screenshots or Test Results / 运行截图或测试结果
Checklist / 检查清单
😊 If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
/ 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。
👀 My changes have been well-tested, and "Verification Steps" and "Screenshots" have been provided above.
/ 我的更改经过了良好的测试,并已在上方提供了“验证步骤”和“运行截图”。
🤓 I have ensured that no new dependencies are introduced, OR if new dependencies are introduced, they have been added to the appropriate locations in
requirements.txtandpyproject.toml./ 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到
requirements.txt和pyproject.toml文件相应位置。😮 My changes do not introduce malicious code.
/ 我的更改没有引入恶意代码。
Summary by Sourcery
Enhancements: