mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
10 lines
283 B
C#
10 lines
283 B
C#
// See https://aka.ms/new-console-template for more information
|
|
|
|
using CheapLoc;
|
|
|
|
Console.WriteLine("=> Starting loc export...");
|
|
|
|
var dalamud = typeof(Dalamud.Localization).Assembly;
|
|
Loc.ExportLocalizableForAssembly(dalamud, true);
|
|
|
|
Console.WriteLine("=> Finished loc export!");
|