mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
feat: update loc to allow use by plugins
This commit is contained in:
parent
2a585e8d5d
commit
13eaa4450d
4 changed files with 57 additions and 9 deletions
|
|
@ -218,7 +218,7 @@ namespace Dalamud
|
|||
|
||||
Log.Verbose("[START] CS OK!");
|
||||
|
||||
this.LocalizationManager = new Localization(this.AssetDirectory.FullName);
|
||||
this.LocalizationManager = new Localization(Path.Combine(this.AssetDirectory.FullName, "UIRes", "loc", "dalamud"), "dalamud_");
|
||||
if (!string.IsNullOrEmpty(this.Configuration.LanguageOverride))
|
||||
this.LocalizationManager.SetupWithLangCode(this.Configuration.LanguageOverride);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue