We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With NET 10 preview4 SDK installed in loc OS, some strings are not localized when creating project in CLI.
1.Install 10.0.100-preview.4.25225.104 in Loc OS(e.g Chinese OS) 2.dotnet new console 3.check if strings are localized well during creating project.
Strings should be localized well
some strings are not localized.
Chinese(OS)
No response
The text was updated successfully, but these errors were encountered:
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Sorry, something went wrong.
not repro on net10 preview 3 sdk Chinese OS
This string should be from dotnet/sdk
sdk/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf
Line 2092 in 7cfdc73
No branches or pull requests
Issue Description
With NET 10 preview4 SDK installed in loc OS, some strings are not localized when creating project in CLI.
Steps to Reproduce
1.Install 10.0.100-preview.4.25225.104 in Loc OS(e.g Chinese OS)
2.dotnet new console
3.check if strings are localized well during creating project.
Expected Behavior
Strings should be localized well
Actual Behavior
some strings are not localized.
Chinese(OS)
Analysis
No response
Versions & Configurations
No response
The text was updated successfully, but these errors were encountered: