Skip to content

[Bug]: Localization comment is wrong and blocks translation. #9283

@crsuzukimsft

Description

@crsuzukimsft

Issue Description

See the file /src/Tasks/Resources/Strings.resx at line 2788

<data name="Copy.RetryingOnAccessDenied" >
<value>"MSB3895: Retrying on ERROR_ACCESS_DENIED because environment variable MSBUILDALWAYSRETRY = 1" </value >
<comment>{StrBegin="MSB3895: "} LOCALIZATION: Do NOT translate MSBUILDALWAYSRETRY") </comment >
</data >

The comment is wrong, since the string now has double quotes.
Current Dev rule: {StrBegin="MSB3895: "}
Suggested Dev rule: {StrBegin='"MSB3895: '}

Steps to Reproduce

See text.

Expected Behavior

The comment is fixed, unblocking translation.

Actual Behavior

Current comment prevents localization.

Analysis

No response

Versions & Configurations

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions