sillsdev / l10nsharp

A .NET localization library for Windows Forms applications.
3 stars 10 forks source link

Generate messages for all extraction errors #87

Closed papeh closed 3 years ago

papeh commented 3 years ago

If the result of extracting strings is null or the wrong type, or if some other exception occurs, report it in the localizations file. This gives developers information and prevents crashes later.


This change is Reviewable