mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
Revert "remove the goofy ahh hack"
This reverts commit 72bff6376537ec71b3e88d4136ae985e85a82baa.
This commit is contained in:
parent
3f3eceee60
commit
b481e1deca
@ -44,10 +44,12 @@ public static class QSBLocalization
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// gotta call this manually because InitializeLanguage happens before we listen to OnLanguageChanged
|
// hack to stop things from breaking
|
||||||
OnLanguageChanged();
|
Current = _translations[0];
|
||||||
|
|
||||||
TextTranslation.Get().OnLanguageChanged += OnLanguageChanged;
|
TextTranslation.Get().OnLanguageChanged += OnLanguageChanged;
|
||||||
|
// gotta call this manually because InitializeLanguage happens before we listen to OnLanguageChanged
|
||||||
|
OnLanguageChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void FixMissingEntries(Translation translation)
|
private static void FixMissingEntries(Translation translation)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user