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
Adding LocalizationManager.GetString("", "Some String");
in the client causes a 0-length .xlf file to be generated which crashes the application on launch (at least in Bloom).
Clearly, this is errant code, but we should handle it more gracefully.
The text was updated successfully, but these errors were encountered:
Adding
LocalizationManager.GetString("", "Some String");
in the client causes a 0-length .xlf file to be generated which crashes the application on launch (at least in Bloom).
Clearly, this is errant code, but we should handle it more gracefully.
The text was updated successfully, but these errors were encountered: