summaryrefslogtreecommitdiff
path: root/castle_gates/locale/update.bat
diff options
context:
space:
mode:
Diffstat (limited to 'castle_gates/locale/update.bat')
-rw-r--r--castle_gates/locale/update.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/castle_gates/locale/update.bat b/castle_gates/locale/update.bat
new file mode 100644
index 0000000..e87d44c
--- /dev/null
+++ b/castle_gates/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