Skip to content

Localization change from build: 146682457#40499

Closed
OneBlue wants to merge 1 commit into
masterfrom
user/localization/146682457
Closed

Localization change from build: 146682457#40499
OneBlue wants to merge 1 commit into
masterfrom
user/localization/146682457

Conversation

@OneBlue
Copy link
Copy Markdown
Collaborator

@OneBlue OneBlue commented May 11, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 11, 2026 18:25
@OneBlue OneBlue requested a review from a team as a code owner May 11, 2026 18:25
Copy link
Copy Markdown
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 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_SystemCommandDesc string to multiple locale .resw files.
  • Added WSLCCLI_SystemCommandLongDesc string to multiple locale .resw files.

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 benhillis closed this May 11, 2026
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>
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.

4 participants