diff options
author | FaceDeer <FaceDeer@users.noreply.github.com> | 2017-09-11 23:26:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 23:26:29 -0600 |
commit | 3441a0d1da37087287fdaade7c8930480abe65e9 (patch) | |
tree | 605124289a7ac5612c011d5b1c539dded179da4d /locale/update.bat | |
parent | 5d2b468df4e65e77da8b3561d2c8c29c1f8f11bb (diff) | |
parent | 9103c455ddb85b6eaa55f304a8ec0f6d7bff5adf (diff) |
Merge pull request #7 from minetest-mods/extrusion
add extrusion setting to builders
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 |