mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 03:44:15 +01:00
pulled localization into Plugin.cs
This commit is contained in:
parent
e774827f57
commit
c16a4b7b00
3 changed files with 9 additions and 7 deletions
|
|
@ -26,7 +26,6 @@ namespace MareSynchronos.Utils
|
|||
public event LogIn? LogIn;
|
||||
public event LogOut? LogOut;
|
||||
public event FrameworkUpdate? FrameworkUpdate;
|
||||
public readonly Dalamud.Localization Localization;
|
||||
|
||||
public DalamudUtil(ClientState clientState, ObjectTable objectTable, Framework framework)
|
||||
{
|
||||
|
|
@ -40,9 +39,6 @@ namespace MareSynchronos.Utils
|
|||
{
|
||||
ClientStateOnLogin(null, EventArgs.Empty);
|
||||
}
|
||||
|
||||
Localization = new Dalamud.Localization("MareSynchronos.Localization.", "", true);
|
||||
Localization.SetupWithLangCode("en");
|
||||
}
|
||||
|
||||
private void FrameworkOnUpdate(Framework framework)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue