Incorrect Portuguese translation in 'dotnet new' CLI message
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Describe the bug
When running `dotnet new` in Portuguese, the CLI shows:
> O comando dotnet new **criar** um projeto .NET baseado em um modelo.
The correct grammar should be:
> O comando dotnet new **cria** um projeto .NET baseado em um modelo.
### To Reproduce
Run:
> dotnet new
### Exceptions (if any)
### Further technical details
details of dotnet --info
.NET SDK:
Version: 8.0.412
Commit: xxxxx
Runtime environment:
OS Name: fedora
OS Version: 41
OS Platform: Linux
RID: linux-x64
Base Path: /usr/share/.dotnet/sdk/8.0.412/
Host:
Version: 8.0.18
Architecture: x64
Commit: xxxxx
.NET SDKs installed:
8.0.412 [/usr/share/.dotnet/sdk]
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
- Visual Studio Code, version 1.103.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.