ci(docker-services): change chinese printing message to english#4599
ci(docker-services): change chinese printing message to english#4599
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request translates all Chinese comments, messages, and interactive text to English in the Docker services management script. The changes improve accessibility for international contributors and standardize the codebase language.
Key Changes:
- Translates all code comments from Chinese to English
- Converts all user-facing messages (info, warning, error, success) to English
- Updates interactive menu text and help documentation to English
- Changes shebang from
#!/bin/bashto#!/usr/bin/env bashfor better portability
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.