dotnet / dotnet/command-line-api
Missing support for Finnish language
Open
Area-Localization
bug
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Please add Finnish translations of System.CommandLine strings like "Options:" and "Required command was not provided."
An application would have been able to provide the translations to System.CommandLine 2.0.0-beta4.22272.1, but this is no longer possible in 2.0.0-beta5.25306.1, as the UseLocalizationResources method and the LocalizationResources class were removed from the public API in . The [migration guide](https://learn.microsoft.com/dotnet/standard/commandline/migration-guide-2.0.0-beta5#configuration) asked me to file an issue.
Contributor guide
Assessment
This issue has not been assessed yet.