Skip to content

Conversation

@OneBlue
Copy link
Collaborator

@OneBlue OneBlue commented Dec 28, 2025

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR contains localization updates for the Chinese (Simplified) language file from build 136549361. The changes involve two message strings in the zh-CN localization file.

  • Update to MessageWslOptionalComponentRequired text (lines 707-709)
  • Stylistic revision to MessageWSLMountDisabled message (line 950)

Comment on lines +707 to +709
<value>This application requires the Windows Subsystem for Linux Optional Component.
Install it by running: wsl.exe --install --no-distribution
The system may need to be restarted so the changes can take effect.</value>
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The localization text for "MessageWslOptionalComponentRequired" has been changed from Chinese (Simplified) to English. This is incorrect for the zh-CN localization file. The value should contain the Chinese translation, not English text.

The original Chinese text was:
"此应用程序需要适用于 Linux 的 Windows 子系统可选组件。
通过运行安装它: wsl.exe --install --no-distribution
可能需要重新启动系统才能使更改生效。"

This should be restored or properly translated to Chinese if the wording needs updating.

Suggested change
<value>This application requires the Windows Subsystem for Linux Optional Component.
Install it by running: wsl.exe --install --no-distribution
The system may need to be restarted so the changes can take effect.</value>
<value>此应用程序需要适用于 Linux 的 Windows 子系统可选组件。
过运行安装它: wsl.exe --install --no-distribution
能需要重新启动系统才能使更改生效。</value>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants