Merge pull request #33

fix: add Races, Clans and Companion Actions to auto-translate
This commit is contained in:
Infi
2024-04-29 19:23:43 +02:00
committed by GitHub
2 changed files with 37 additions and 3 deletions
+7
View File
@@ -123,6 +123,13 @@ public sealed class Plugin : IDalamudPlugin
Framework.Update += FrameworkUpdate;
Interface.UiBuilder.Draw += Draw;
Interface.LanguageChanged += LanguageChanged;
#if !DEBUG
// Avoid 300ms hitch when sending first message by preloading the
// auto-translate cache. Don't do this in debug because it makes
// profiling difficult.
AutoTranslate.PreloadCache(DataManager);
#endif
}
catch
{