diff options
Diffstat (limited to 'locale/update.bat')
-rw-r--r-- | locale/update.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locale/update.bat b/locale/update.bat new file mode 100644 index 0000000..e87d44c --- /dev/null +++ b/locale/update.bat @@ -0,0 +1,6 @@ +@echo off +setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION +cd .. +set LIST= +for /r %%X in (*.lua) do set LIST=!LIST! %%X +..\intllib\tools\xgettext.bat %LIST%
\ No newline at end of file |