Skip to content

Properly localize the text in the ReflectionTypeLoadException popup#408

Open
Phantomical wants to merge 1 commit into
KSPModdingLibs:masterfrom
Phantomical:properly-localize-deps-error
Open

Properly localize the text in the ReflectionTypeLoadException popup#408
Phantomical wants to merge 1 commit into
KSPModdingLibs:masterfrom
Phantomical:properly-localize-deps-error

Conversation

@Phantomical

Copy link
Copy Markdown
Collaborator

The exception can happen before GameDatabase has actually been localized. If it does, then you get the english strings in the warning. We fix this by deferring localization until later, when the message is actually rendered.

Fixes #403

The exception can happen before GameDatabase has actually been
localized. If it does, then you get the english strings in the warning.
We fix this by deferring localization until later, when the message is
actually rendered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Exception Handler message localization issue

1 participant