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

Remove localization-related things #62

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

nicoco007
Copy link
Contributor

I discovered that the RemoveLocalizationLog patch is causing LocalizationImporter's static constructor to be called too early and prevents translation files registered by mods loaded after SiraUtil from being loaded properly. This PR removes it along with some other localization-related things that either now belong in SiraLocalizer itself or are no longer necessary.

@Auros
Copy link
Owner

Auros commented Jan 1, 2024

Do you think you could keep the ILocalizer interface? Not entirely sure if any other mods are using it, but that's technically a major breaking change.

@nicoco007
Copy link
Contributor Author

Oops, that didn't even occur to me, you're totally right!

@Auros Auros merged commit 1a95b57 into Auros:main Jan 1, 2024
@nicoco007 nicoco007 deleted the remove-localization branch January 1, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants