You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: