summaryrefslogtreecommitdiff
path: root/locale/update.bat
diff options
context:
space:
mode:
authorFaceDeer <FaceDeer@users.noreply.github.com>2017-09-11 23:26:29 -0600
committerGitHub <noreply@github.com>2017-09-11 23:26:29 -0600
commit3441a0d1da37087287fdaade7c8930480abe65e9 (patch)
tree605124289a7ac5612c011d5b1c539dded179da4d /locale/update.bat
parent5d2b468df4e65e77da8b3561d2c8c29c1f8f11bb (diff)
parent9103c455ddb85b6eaa55f304a8ec0f6d7bff5adf (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.bat6
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