Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty string for l10n ID causes crash #104

Open
andrew-polk opened this issue Sep 29, 2022 · 0 comments
Open

Empty string for l10n ID causes crash #104

andrew-polk opened this issue Sep 29, 2022 · 0 comments
Labels

Comments

@andrew-polk
Copy link
Contributor

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.

@tombogle tombogle added the bug label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants