mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
add LocExporter tool for CI
This commit is contained in:
parent
34ce948bc6
commit
7d77f84fdb
2 changed files with 28 additions and 0 deletions
10
tools/Dalamud.LocExporter/Program.cs
Normal file
10
tools/Dalamud.LocExporter/Program.cs
Normal 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!");
|
||||
Loading…
Add table
Add a link
Reference in a new issue