Skip to content

[de] Fixing incorrect translation (main menu) #1294

Open
@deining

Description

@deining

I found two issues in German main menu localization that I would like to report:

"vs/workbench/contrib/scm/browser/scm.contribution":

"miViewSCM":
de wrong:   "Quellcode &&verwaltung!"    // remove exclamation mark,
de correct: "Quellcode&&verwaltung"      // combine to one single word
"mView":
de wrong:   "&&Anzeigen"     // access key 'A' assigned already, 
de correct: "An&&zeigen"     // changing it to 'z'

Thanks for taking care of these issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    L10NbugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions