Localization change from build: 146682457#40499
Closed
OneBlue wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates WSL’s localized resource strings by adding new WSLC CLI help-text entries for the System command group (WSLCCLI_SystemCommandDesc / WSLCCLI_SystemCommandLongDesc) across multiple locales.
Changes:
- Added
WSLCCLI_SystemCommandDescstring to multiple locale.reswfiles. - Added
WSLCCLI_SystemCommandLongDescstring to multiple locale.reswfiles.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 20 comments.
Show a summary per file
| File | Description |
|---|---|
| localization/strings/zh-TW/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/zh-CN/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/tr-TR/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/sv-SE/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/ru-RU/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/pt-PT/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/pt-BR/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/pl-PL/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/nl-NL/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/nb-NO/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/ko-KR/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/ja-JP/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/it-IT/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/hu-HU/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/fr-FR/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/fi-FI/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/es-ES/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/en-GB/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/de-DE/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/da-DK/Resources.resw | Adds WSLC CLI System command description/long description strings. |
| localization/strings/cs-CZ/Resources.resw | Adds WSLC CLI System command description/long description strings. |
Comment on lines
+2471
to
+2474
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2471
to
+2474
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2465
to
+2468
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2465
to
+2468
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2472
to
+2475
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2465
to
+2468
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2471
to
+2474
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2471
to
+2474
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2465
to
+2468
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
Comment on lines
+2465
to
+2468
| <value>System-level commands</value> | ||
| </data> | ||
| <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> | ||
| <value>System-level management commands.</value> |
benhillis
added a commit
that referenced
this pull request
May 11, 2026
* Skip localization PR creation on file-change CI trigger The nightly localization pipeline runs both on schedule and when localization/strings/en-US/Resources.resw is updated. The CI-triggered run produces a no-op Touchdown pass that still creates a PR, consuming build resources without updating any strings. Gate the Create-PR step on Build.Reason in (Schedule, Manual) so the PR is only created for the nightly schedule (and manual runs), not when the pipeline is triggered by a push to Resources.resw. Follow-up to #40499 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Also gate PipAuthenticate on Schedule/Manual The pip auth step only exists to support create-change.py; if we're not creating a PR there's no reason to authenticate to the pip feed. Keep TouchdownBuildTask running on file-change CI so new source strings are still submitted to the translation service. Addresses review feedback from @OneBlue. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.