Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too much translation in wsl --help #10756

Open
1 of 2 tasks
JEAYNE opened this issue Nov 15, 2023 · 1 comment
Open
1 of 2 tasks

Too much translation in wsl --help #10756

JEAYNE opened this issue Nov 15, 2023 · 1 comment

Comments

@JEAYNE
Copy link

JEAYNE commented Nov 15, 2023

Windows Version

Microsoft Windows [Version 10.0.22631.2715]

WSL Version

2.0.7.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.133.1-1

Distro Version

No response

Other Software

No response

Repro Steps

You need a Windows installation in French (the problem may exist in other languages too)
> wsl --help | findstr /C:--

Expected Behavior

> wsl --help | findstr /C:--
.../truncated/...
    --version, -v
    --export <Distro> <FileName> [Options]
            --vhd
    --import <Distro> <InstallLocation> <FileName> [Options]
            --version <Version>
            --vhd
    --import-in-place <Distro> <FileName>
    --list, -l [Options]
            --all
            --running
            --quiet, -q
            --verbose, -v
            --online, -o...
.../truncated/...

Actual Behavior

> wsl --help | findstr /C:--
.../truncated/...
    --version, -v
    --exporter <Distro> <FileName> [Options]
            --vhd
    --importer <Distro> <InstallLocation> <FileName> [Options]
            --version <Version>
            --vhd
    --import-in-place <Distro> <FileName>
    --liste, -l [Options]
            --all
            --running
            --quiet, -q
            --verbose, -v
            --online, -o...
.../truncated/...

Diagnostic Logs

As you can see the arguments --export --import and --list have been translated in French by --exporter --importer and --liste . The translation is fine, but argument names should never be translated.

Obviously wsl --exporter wsl --importer and wsl --liste are not valid.

Note: in the 'wsl --help' shown in this issue (August 2022) the problem is not present.

Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

You can give me feedback by thumbs upping or thumbs downing this comment.

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

No branches or pull requests

1 participant