When running in RU locale "Microsoft" is being translated
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
A bug was reported in Visual Studio 2022 that when creating new ASP.NET Core projects in RU locale the author should be set to "Microsoft" but it's being translated. The source file for the translation is https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.ru.json#L2. I looked through a few other languages and they were not being translated.
When we fix this issue, we should review all translations to ensure "Microsoft" is not getting translated.
cc @vijayrkn @BillHiebert
Contributor guide
Assessment
This issue has not been assessed yet.