Skip to content

Localization change from build: 152951182#41163

Merged
benhillis merged 2 commits into
masterfrom
user/localization/152951182
Jul 24, 2026
Merged

Localization change from build: 152951182#41163
benhillis merged 2 commits into
masterfrom
user/localization/152951182

Conversation

@OneBlue

@OneBlue OneBlue commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@OneBlue
OneBlue requested a review from a team as a code owner July 24, 2026 08:08
Copilot AI review requested due to automatic review settings July 24, 2026 08:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates localized .resw resources generated by build 152951182, adding new WSLC CLI strings (for pull quiet mode and “using default tag” output) and introducing a new user-facing warning about --publish-all UDP behavior.

Changes:

  • Added WSLCCLI_PullQuietArgDescription and WSLCCLI_PullUsingDefaultTag resource entries across multiple locales.
  • Added MessageWslcPublishAllUdpNotSupported warning string across multiple locales.
  • Updated/filled in several existing WSLC networking/driver option strings in some locales.

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 27 comments.

Show a summary per file
File Description
localization/strings/zh-CN/Resources.resw Adds pull-related strings; adds UDP publish-all warning (currently English).
localization/strings/tr-TR/Resources.resw Translates several existing strings; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/sv-SE/Resources.resw Updates multiple network/driver messages; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/ru-RU/Resources.resw Updates driver/network strings; adds pull-related strings; adds UDP publish-all warning (English).
localization/strings/pt-PT/Resources.resw Updates driver/network strings; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/pt-BR/Resources.resw Adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/pl-PL/Resources.resw Updates driver/network strings; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/nl-NL/Resources.resw Adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/nb-NO/Resources.resw Updates driver/network strings; adds pull-related strings; adds UDP publish-all warning (English).
localization/strings/ja-JP/Resources.resw Adds pull-related strings; adds UDP publish-all warning (English).
localization/strings/it-IT/Resources.resw Updates driver/network strings; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/hu-HU/Resources.resw Updates driver/network strings; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/fr-FR/Resources.resw Updates driver/network strings; adds pull-related strings; adds UDP publish-all warning (English).
localization/strings/fi-FI/Resources.resw Updates driver/network strings; adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/es-ES/Resources.resw Updates driver/network strings; adds pull-related strings; adds UDP publish-all warning (English).
localization/strings/en-GB/Resources.resw Adds pull-related strings and UDP publish-all warning for en-GB.
localization/strings/da-DK/Resources.resw Adds pull-related strings (currently English); adds UDP publish-all warning (English).
localization/strings/cs-CZ/Resources.resw Updates driver/network strings; adds pull-related strings; adds UDP publish-all warning (English).

Comment on lines +3054 to +3058
<data name="WSLCCLI_PullQuietArgDescription" xml:space="preserve">
<value>Suppress verbose output</value>
</data>
<data name="WSLCCLI_PullUsingDefaultTag" xml:space="preserve">
<value>Using default tag: {}</value>
Comment on lines +3055 to +3059
<data name="WSLCCLI_PullQuietArgDescription" xml:space="preserve">
<value>Suppress verbose output</value>
</data>
<data name="WSLCCLI_PullUsingDefaultTag" xml:space="preserve">
<value>Using default tag: {}</value>
Comment on lines +3054 to +3058
<data name="WSLCCLI_PullQuietArgDescription" xml:space="preserve">
<value>Suppress verbose output</value>
</data>
<data name="WSLCCLI_PullUsingDefaultTag" xml:space="preserve">
<value>Using default tag: {}</value>
Comment on lines +3061 to +3065
<data name="WSLCCLI_PullQuietArgDescription" xml:space="preserve">
<value>Suppress verbose output</value>
</data>
<data name="WSLCCLI_PullUsingDefaultTag" xml:space="preserve">
<value>Using default tag: {}</value>
Comment on lines +3054 to +3058
<data name="WSLCCLI_PullQuietArgDescription" xml:space="preserve">
<value>Suppress verbose output</value>
</data>
<data name="WSLCCLI_PullUsingDefaultTag" xml:space="preserve">
<value>Using default tag: {}</value>
Comment on lines +3540 to +3541
<data name="MessageWslcPublishAllUdpNotSupported" xml:space="preserve">
<value>UDP ports exposed by the image were not published because UDP port forwarding is not supported in the current networking mode</value>
Comment on lines +3533 to +3534
<data name="MessageWslcPublishAllUdpNotSupported" xml:space="preserve">
<value>UDP ports exposed by the image were not published because UDP port forwarding is not supported in the current networking mode</value>
Comment on lines +3539 to +3540
<data name="MessageWslcPublishAllUdpNotSupported" xml:space="preserve">
<value>UDP ports exposed by the image were not published because UDP port forwarding is not supported in the current networking mode</value>
Comment on lines +3533 to +3534
<data name="MessageWslcPublishAllUdpNotSupported" xml:space="preserve">
<value>UDP ports exposed by the image were not published because UDP port forwarding is not supported in the current networking mode</value>
Comment on lines +3533 to +3534
<data name="MessageWslcPublishAllUdpNotSupported" xml:space="preserve">
<value>UDP ports exposed by the image were not published because UDP port forwarding is not supported in the current networking mode</value>
…zh-TW resources

The localization build re-encoded these files as CRLF (repo uses LF) and
introduced stray lone-CR and trailing-whitespace junk, ballooning each diff to
~3570 lines. Reconstruct from master keeping only genuine translation changes,
normalized to LF.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 73971ef2-4d0f-4bf1-a8c2-a1ea3a69bbc6
Copilot AI review requested due to automatic review settings July 24, 2026 18:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 21 out of 21 changed files in this pull request and generated no new comments.

@benhillis
benhillis merged commit e397b88 into master Jul 24, 2026
12 checks passed
@benhillis
benhillis deleted the user/localization/152951182 branch July 24, 2026 22:20
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.

5 participants