Skip to content

Conversation

@OneBlue
Copy link
Collaborator

@OneBlue OneBlue commented Dec 29, 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 pull request contains localization changes for the Chinese (Simplified) resource file, specifically updating two message strings from build 136588729. However, one of the changes appears to contain a critical bug.

  • The PR modifies two localized message strings in the zh-CN resource file
  • One change incorrectly replaces Chinese text with English (MessageWslOptionalComponentRequired)
  • The other change updates the Chinese translation for MessageWSLMountDisabled

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 29, 2025

Choose a reason for hiding this comment

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

The localized string value for MessageWslOptionalComponentRequired should be in Chinese (zh-CN), not English. The current change replaced the Chinese translation with English text, which will display the wrong language to Chinese users.

This appears to be an error in the automated localization build process. The string should be translated to Chinese similar to how it appears in other language files (e.g., the Japanese file has the proper Japanese translation).

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.
@OneBlue OneBlue closed this Dec 29, 2025
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