add LocExporter tool for CI

This commit is contained in:
goaaats 2024-03-29 01:55:43 +01:00
parent 34ce948bc6
commit 7d77f84fdb
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// 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!");