Skip to content
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

Localize more strings #7305

Merged
merged 4 commits into from
Jul 4, 2024
Merged

Localize more strings #7305

merged 4 commits into from
Jul 4, 2024

Conversation

JoeRobich
Copy link
Member

Localizes strings displayed in message boxes and the settings editor. Removes unused string and O# decompilation acknowledgment prompt.

Resolves #7299

@JoeRobich JoeRobich requested a review from a team as a code owner July 3, 2024 23:42
@@ -7,8 +7,6 @@ import { join } from 'path';
import { execChildProcess } from '../common';
import { CoreClrDebugUtil } from '../coreclrDebug/util';

export const MSBUILD_MISSING_MESSAGE = 'A valid msbuild installation could not be found.';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This string was unused.

Comment on lines -98 to -99
// Update decompilation authorization.
server.decompilationAuthorized = await getDecompilationAuthorization(context);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The acknowledgment was something we intended to remove to match the LspToolsHost behavior. Since it would be a lot to translate, I decided now was a good time to remove it.

@JoeRobich JoeRobich merged commit 7fe6f16 into main Jul 4, 2024
13 checks passed
@JoeRobich JoeRobich deleted the dev/jorobich/more-localization branch October 8, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Identify and localize remaining display strings
2 participants