dfcaverns/bones_loot/locale/update.bat
2019-08-07 01:12:12 -06:00

6 lines
159 B
Batchfile

@echo off
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
cd ..
set LIST=
for /r %%X in (*.lua) do set LIST=!LIST! %%X
..\..\intllib\tools\xgettext.bat %LIST%