mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: call LocalizationManager.ExportLocalizable() instead
This commit is contained in:
parent
dbd0f09052
commit
9edba66725
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ namespace Dalamud.Interface
|
|||
{
|
||||
if (ImGui.MenuItem("Export localizable"))
|
||||
{
|
||||
Loc.ExportLocalizable();
|
||||
this.dalamud.LocalizationManager.ExportLocalizable();
|
||||
}
|
||||
|
||||
if (ImGui.BeginMenu("Load language..."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue