German translation for FOR /F command description is incorrect #16422

Closed
opened 2026-01-31 05:09:11 +00:00 by claunia · 4 comments
Owner

Originally created by @german-one on GitHub (Jan 17, 2022).

Originally assigned to: @lhecker on GitHub.

Windows Terminal version

No response

Windows build number

No response

Other Software

No response

Steps to reproduce

for_bug

Run FOR /?

  1. The description of how to use a FOR /F loop for commands and without using option USEBACKQ shows no quotes around the command. However, single quotes would have been correct here.
  2. The description of how to use a FOR /F loop for strings and using option USEBACKQ shows double quotes around the string. However, single quotes would have been correct here.

Expected Behavior

  1. FOR /F ["Optionen"] %variable IN ('Befehl') DO Befehl [Parameter]
  2. FOR /F ["Optionen"] %variable IN ('Zeichenfolge') DO Befehl [Parameter]

Actual Behavior

  1. FOR /F ["Optionen"] %variable IN (Befehl) DO Befehl [Parameter]
  2. FOR /F ["Optionen"] %variable IN ("Zeichenfolge") DO Befehl [Parameter]
Originally created by @german-one on GitHub (Jan 17, 2022). Originally assigned to: @lhecker on GitHub. ### Windows Terminal version _No response_ ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce <img width="476" alt="for_bug" src="https://user-images.githubusercontent.com/46659645/152648897-98534ea2-f4c4-4d46-964e-e7920b41033f.png"> Run `FOR /?` 1. The description of how to use a FOR /F loop for commands and _without_ using option USEBACKQ shows no quotes around the command. However, single quotes would have been correct here. 2. The description of how to use a FOR /F loop for strings _and_ using option USEBACKQ shows double quotes around the string. However, single quotes would have been correct here. ### Expected Behavior 1. `FOR /F ["Optionen"] %variable IN ('Befehl') DO Befehl [Parameter]` 2. `FOR /F ["Optionen"] %variable IN ('Zeichenfolge') DO Befehl [Parameter]` ### Actual Behavior 1. `FOR /F ["Optionen"] %variable IN (Befehl) DO Befehl [Parameter]` 2. `FOR /F ["Optionen"] %variable IN ("Zeichenfolge") DO Befehl [Parameter]`
Author
Owner

@german-one commented on GitHub (Jan 17, 2022):

@lhecker Do you want to fix this along with your's? IIRC I've seen this on XP already 😄

@german-one commented on GitHub (Jan 17, 2022): @lhecker Do you want to fix this along with your's? IIRC I've seen this on XP already 😄
Author
Owner

@german-one commented on GitHub (Feb 5, 2022):

Sorry for the late update. How did I miss the other bug ... ? 😳

@german-one commented on GitHub (Feb 5, 2022): Sorry for the late update. How did I miss the other bug ... ? 😳
Author
Owner

@lhecker commented on GitHub (Feb 17, 2022):

Tracked as MSFT:38199007.

@lhecker commented on GitHub (Feb 17, 2022): Tracked as MSFT:38199007.
Author
Owner

@lhecker commented on GitHub (Feb 23, 2022):

This issue has been resolved internally and will be part of the next release.

@lhecker commented on GitHub (Feb 23, 2022): This issue has been resolved internally and will be part of the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16422