-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
4 - In ReviewA fix for the issue is submitted for review.A fix for the issue is submitted for review.Area-AnalyzersBugTenet-LocalizationSome piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.Some piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.
Description
For the file "src\Features\Core\Portable\xlf\FeaturesResources.xlf" , the resource _10ths_of_a_second_description have an invalid comment-rule: {Locked="ParseExact"}{Locked="TryParseExact"}{Locked="f"}
This rule as-is locks all f in the string, not only "f".
Could you add it as {Locked="ParseExact"}{Locked="TryParseExact"}{Locked=""f""} ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
4 - In ReviewA fix for the issue is submitted for review.A fix for the issue is submitted for review.Area-AnalyzersBugTenet-LocalizationSome piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.Some piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.