Skip to content

Localize response-file-used message #8608

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

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Conversation

rainersigwald
Copy link
Member

This message was in hardcoded English, but all the other deferred messages are localized.

@rainersigwald rainersigwald added this to the VS 17.7 milestone Mar 28, 2023
@Forgind Forgind added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Apr 3, 2023
@rainersigwald rainersigwald merged commit b705a20 into dotnet:main Apr 3, 2023
@rainersigwald rainersigwald deleted the loc-rsp branch April 3, 2023 14:38
KirillOsenkov added a commit to KirillOsenkov/MSBuildStructuredLog that referenced this pull request Apr 4, 2023
See dotnet/msbuild#8608

When this string ships in production MSBuild, we will regenerate Strings.json against those dlls and will get the correct localized strings. For now they are all English.

Generated by running the ResourcesGenerator tool against a locally build MSBuild containing the new string.
@KirillOsenkov
Copy link
Member

Added support for this string to the binlog viewer too:
KirillOsenkov/MSBuildStructuredLog@a81037e

FYI @JanKrivanek

rainersigwald added a commit to rainersigwald/msbuild that referenced this pull request Apr 13, 2023
In dotnet#8608 I introduced a new string for this, but it's redundant with the one we already had that we only used to log to the console.

Dropping the "log directly to console" approach because we now (18 years later) have deferred messages, the engine API that someone didn't want to add.
JaynieBai pushed a commit that referenced this pull request Apr 17, 2023
In #8608 I introduced a new string for this, but it's redundant with the one we already had that we only used to log to the console.

Dropping the "log directly to console" approach because we now (18 years later) have deferred messages, the engine API that someone didn't want to add.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants