dotnet / dotnet/ResXResourceManager
Option to ignore missing translation warning for the neutral language
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 251
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
I use a pattern where the key of the neutral language is the actual output for the default language. When used with ResourceManager, I can return the key as-is for the neutral language and for a fallback for missing translations. This means that most of the translations are not present in the neutral language files. That produces unnecessary warnings from this tool.
**Describe the solution you'd like**
Option to ignore missing translation warning for the neutral language.
**Describe alternatives you've considered**
I could disable all warnings, but that works against the purpose of this tool.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.