Revert "remove the goofy ahh hack"

This reverts commit 72bff6376537ec71b3e88d4136ae985e85a82baa.
This commit is contained in:
JohnCorby 2022-09-30 21:18:34 -07:00
parent 3f3eceee60
commit b481e1deca

View File

@ -44,10 +44,12 @@ public static class QSBLocalization
return;
}
// gotta call this manually because InitializeLanguage happens before we listen to OnLanguageChanged
OnLanguageChanged();
// hack to stop things from breaking
Current = _translations[0];
TextTranslation.Get().OnLanguageChanged += OnLanguageChanged;
// gotta call this manually because InitializeLanguage happens before we listen to OnLanguageChanged
OnLanguageChanged();
}
private static void FixMissingEntries(Translation translation)