Localization change from build: 152951182#41163
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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_PullQuietArgDescriptionandWSLCCLI_PullUsingDefaultTagresource entries across multiple locales. - Added
MessageWslcPublishAllUdpNotSupportedwarning 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
benhillis
approved these changes
Jul 24, 2026
damanm24
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.