-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Area: Localizationbugneeds-triageHave yet to determine what bucket this goes in.Have yet to determine what bucket this goes in.
Description
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
Labels
Area: Localizationbugneeds-triageHave yet to determine what bucket this goes in.Have yet to determine what bucket this goes in.