Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3167b72
test: enable virtiofs tests and enable WSLG during testing (#14387)
benhillis Mar 10, 2026
2e75df3
chore(distributions): Almalinux auto-update - 20260311 14:52:02 (#14404)
almalinuxautobot Mar 11, 2026
515e790
Fix CVE-2026-26127: bump .NET runtime from 10.0.0 to 10.0.4 (#14421)
benhillis Mar 11, 2026
24c3a9a
Notice change from build: 141806547 (#14423)
OneBlue Mar 12, 2026
e5cb458
Ship initrd.img in MSI using build-time generation via powershell scr…
benhillis Mar 13, 2026
81dc9a3
virtiofs: update logic so querying virtiofs mount source does not req…
benhillis Mar 13, 2026
7cd9ed9
virtio networking: add support for ipv6 (#14350)
benhillis Mar 13, 2026
ef8e1c8
Track `bind` syscall when port is 0 (#14333)
damanm24 Mar 14, 2026
65a8dd6
Add iptables to list of apps to install in WSL (#14459)
andremueiot Mar 17, 2026
2020113
Update Microsoft.WSL.DeviceHost to version 1.1.39-0 (#14460)
benhillis Mar 17, 2026
df38f2c
Moves all Ubuntu distros to the tar-based format (#14463)
CarlosNihelton Mar 17, 2026
c5fb4aa
Enable DNS tunneling for VirtioProxy networking mode (#14461)
benhillis Mar 18, 2026
6425aa8
test: disable LoopbackExplicit due to OS build 29555 regression (#14477)
benhillis Mar 19, 2026
d7ff5b9
Refactor: trim unnecessary DLL deps from COMMON_LINK_LIBRARIES (#14426)
benhillis Mar 19, 2026
61e6b9a
Fix wsl stuck when misconfigured cifs mount presents (#14466)
chemwolf6922 Mar 20, 2026
763fcbe
Update localization and notice scripts to target the branch that the …
OneBlue Mar 20, 2026
dd88ff7
test: Add arm64 test distro support (#14500)
benhillis Mar 23, 2026
2b51002
test: remove duplicated DNS test coverage (#14522)
benhillis Mar 25, 2026
83d59d4
Fix: Fail and warn the user when --uninstall is given parameters (#14…
chemwolf6922 Mar 25, 2026
8338eca
Localization change from build: 142847827 (#14525)
OneBlue Mar 25, 2026
7370bf2
virito net: revert to previous DNS behavior while we debug an issue w…
benhillis Mar 25, 2026
9564cc4
devicehost: update to latest devicehost nuget with tracing improvemen…
benhillis Mar 25, 2026
863ccc3
Merge remote-tracking branch 'origin/master' into HEAD
Mar 25, 2026
5442544
fix merge issues
Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .pipelines/wsl-build-nightly-localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ schedules:
- "master"
always: true

variables:
targetBranch: ${{ variables['Build.SourceBranchName'] }}

pool:
vmImage: 'windows-latest'

Expand Down Expand Up @@ -45,9 +48,10 @@ steps:

- powershell: |
pip install --user -r tools/devops/requirements.txt
python tools/devops/create-change.py . "$env:token" "WSL localization" "Localization change from build: $env:buildId" "user/localization/$env:buildId"
python tools/devops/create-change.py . "$env:token" "WSL localization" "Localization change from build: $env:buildId" "user/localization/$env:buildId" "$env:targetBranch"

displayName: Create pull request
env:
token: $(GithubPRToken)
buildId: $(Build.BuildId)
buildId: $(Build.BuildId)
targetBranch: $(targetBranch)
8 changes: 6 additions & 2 deletions .pipelines/wsl-build-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ trigger:
include:
- master

variables:
targetBranch: ${{ variables['Build.SourceBranchName'] }}

pool:
vmImage: 'windows-latest'

Expand All @@ -25,9 +28,10 @@ steps:

- powershell: |
pip install --user -r tools/devops/requirements.txt
python tools/devops/create-change.py . "$env:token" "WSL notice" "Notice change from build: $env:buildId" "user/notice/$env:buildId"
python tools/devops/create-change.py . "$env:token" "WSL notice" "Notice change from build: $env:buildId" "user/notice/$env:buildId" "$env:targetBranch"

displayName: Create pull request
env:
token: $(GithubPRToken)
buildId: $(Build.BuildId)
buildId: $(Build.BuildId)
targetBranch: $(targetBranch)
4 changes: 4 additions & 0 deletions localization/strings/cs-CZ/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Návrat k sítím NAT.</value>
<value>Aktualizace se nezdařila (ukončovací kód: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} nepřijímá žádné argumenty. K odregistrování distribuce použijte místo toho {}.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Odinstalování se nezdařilo (ukončovací kód: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/da-DK/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Går tilbage til NAT-netværk.</value>
<value>Opdateringen mislykkedes (afslutningskode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} accepterer ingen argumenter. Hvis du vil afregistrere en distribution, skal du i stedet bruge {}.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Fjernelsen mislykkedes (udgangskode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/de-DE/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ Fallback auf NAT-Netzwerk.</value>
<value>Fehler beim Aktualisieren (Exitcode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} akzeptiert keine Argumente. Verwenden Sie stattdessen {} zum Aufheben der Registrierung einer Distribution.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Fehler bei der Deinstallation (Exitcode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/en-GB/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Falling back to NAT networking.</value>
<value>Update failed (exit code: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Uninstall failed (exit code: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Falling back to NAT networking.</value>
<value>Update failed (exit code: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Uninstall failed (exit code: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/es-ES/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ Revirtiendo a las redes NAT.</value>
<value>Error de actualización (código de salida: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} no acepta argumentos. Para cancelar el registro de una distribución, use {} en su lugar.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Error de desinstalación (código de salida: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/fi-FI/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Palataan nat-verkkopalveluun.</value>
<value>Päivitys epäonnistui (lopetuskoodi: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} ei ota mitään argumentteja. Poista jakelu rekisteröinnistä käyttämällä sen sijaan {}.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Asennuksen poistaminen epäonnistui (lopetuskoodi: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/fr-FR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,10 @@ Retour à la mise en réseau NAT.</value>
<value>Échec de la mise à jour (code de sortie : {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} ne prend aucun argument. Pour annuler l’inscription d’une distribution, utilisez {} à la place.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Échec de la désinstallation (code de sortie : {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/hu-HU/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Visszaállás NAT-hálózatkezelésre.</value>
<value>A frissítés nem sikerült (kilépési kód: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} nem fogad el argumentumokat. Egy disztribúció regisztrációjának megszüntetéséhez használja helyette a(z) {} parancsot.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Az eltávolítás nem sikerült (kilépési kód: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/it-IT/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ Fallback alla rete NAT.</value>
<value>Aggiornamento non riuscito (codice di uscita: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} non accetta argomenti. Per annullare la registrazione di una distribuzione, usare {}.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Disinstallazione non riuscita (codice di uscita: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/ja-JP/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ NAT ネットワークにフォールバックしています。</value>
<value>更新に失敗しました (終了コード: {})。</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} は引数を受け取りません。ディストリビューションの登録を解除するには、代わりに {} を使用してください。</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>アンインストールに失敗しました (終了コード: {})。</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/ko-KR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ NAT 네트워킹으로 대체합니다.</value>
<value>업데이트하지 못했습니다(종료 코드: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{}에는 인수가 없습니다. 배포 등록을 해제하려면 대신 {}를 사용하세요.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>제거하지 못했습니다(종료 코드: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/nb-NO/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Faller tilbake til NAT-nettverk.</value>
<value>Oppdateringen mislyktes (feilkode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} tar ingen argumenter. Hvis du vil fjerne registreringen av en distribusjon, bruker du {} i stedet.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Avinstalleringen mislyktes (feilkode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/nl-NL/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Terugvallen op NAT-netwerken.</value>
<value>Bijwerken is mislukt (afsluitcode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} accepteert geen argumenten. Gebruik {} om een distributie te verwijderen.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Installatie ongedaan maken is mislukt (afsluitcode: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/pl-PL/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Powrót do sieci NAT.</value>
<value>Aktualizacja nie powiodła się (kod zakończenia: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} nie przyjmuje żadnych argumentów. Aby wyrejestrować dystrybucję, użyj zamiast tego {}.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Odinstalowanie nie powiodło się (kod zakończenia: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/pt-BR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,10 @@ Voltando à rede NAT.</value>
<value>Falha na atualização (código de saída: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} não aceita argumentos. Para cancelar o registro de uma distribuição, use {} em vez disso.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Falha ao desinstalar (código de saída: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/pt-PT/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ A reverter para a rede NAT.</value>
<value>A atualização falhou (código de saída: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} não aceita quaisquer argumentos. Para anular o registo de uma distribuição, utilize {} em alternativa.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Falha ao desinstalar (código de saída: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/ru-RU/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,10 @@
<value>Сбой обновления (код выхода: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} не принимает аргументы. Чтобы отменить регистрацию дистрибутива, используйте {}.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Не удалось удалить (код выхода: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/sv-SE/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ Mer information finns på https://aka.ms/wslinstall</value>
<value>Uppdateringen misslyckades (slutkod: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} tar inte några argument. Om du vill avregistrera en distribution använder du {} i stället.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Avinstallationen misslyckades (slutkod: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/tr-TR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@ NAT ağ bağlantısına geri dönülüyor.</value>
<value>Güncelleştirme başarısız (çıkış kodu: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} bağımsız değişken almaz. Bir dağıtımın kaydını silmek için bunun yerine {} kullanın.</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>Kaldırma başarısız oldu (çıkış kodu: {}).</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/zh-CN/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ Windows: {}</value>
<value>更新失败(退出代码: {})。</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} 不接受任何参数。若要注销分发版,请改用 {}。</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>卸载失败(退出代码: {})。</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
4 changes: 4 additions & 0 deletions localization/strings/zh-TW/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ Windows 版本: {}</value>
<value>更新失敗 (結束代碼: {})。</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallNoArguments" xml:space="preserve">
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This locale resource is introducing MessageUninstallNoArguments with an English value. Please provide a localized translation for this locale (or omit the entry here to fall back to the en-US resource).

Suggested change
<value>{} does not take any arguments. To unregister a distribution, use {} instead.</value>
<value>{} 不接受任何引數。若要取消註冊散發套件,請改用 {}。</value>

Copilot uses AI. Check for mistakes.
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
</data>
<data name="MessageUninstallFailed" xml:space="preserve">
<value>解除安裝失敗 (結束代碼: {})。</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<package id="Microsoft.WSL.bsdtar" version="0.0.2-2" />
<package id="Microsoft.WSL.Dependencies.amd64fre" version="10.0.27820.1000-250318-1700.rs-base2-hyp" targetFramework="native" />
<package id="Microsoft.WSL.Dependencies.arm64fre" version="10.0.27820.1000-250318-1700.rs-base2-hyp" targetFramework="native" />
<package id="Microsoft.WSL.DeviceHost" version="1.1.39-0" />
<package id="Microsoft.WSL.DeviceHost" version="1.1.47-0" />
<package id="Microsoft.WSL.Kernel" version="6.6.114.1-1" targetFramework="native" />
<package id="Microsoft.WSL.LinuxSdk" version="1.20.0" targetFramework="native" />
<package id="Microsoft.WSL.TestData" version="0.3.0" />
Expand Down
Loading