dfcaverns/mine_gas/locale/update.bat

6 lines
159 B
Batchfile
Raw Normal View History

2019-06-30 03:54:57 +02:00
@echo off
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
cd ..
set LIST=
for /r %%X in (*.lua) do set LIST=!LIST! %%X
..\..\intllib\tools\xgettext.bat %LIST%